WeeChat terminal IRC client
- acccess to "OAuth Password Generator"; semi-official service
- push "Connect to Twitch"
| // Example program | |
| #include <iostream> | |
| #include <string> | |
| struct Node { | |
| int data; | |
| Node* next; | |
| }; | |
| Node* create_node(int node_data){ |
WeeChat terminal IRC client