Add help info for channel joining and leaving.

This commit is contained in:
Nicolás Ortega Froysa 2017-11-17 17:24:04 +01:00
parent bfffe7b798
commit 5c5adbc109
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -22,6 +22,8 @@
void print_help() { void print_help() {
puts("Use `/' at the beginning to indicate a command (like in IRC)."); puts("Use `/' at the beginning to indicate a command (like in IRC).");
puts(" join -- Join a channel (channel names start with `#').");
puts(" leave -- Leave a channel (channel names start with `#').");
puts(" stats -- Give network statistics of the local node."); puts(" stats -- Give network statistics of the local node.");
puts(" exit | quit -- Close the program."); puts(" exit | quit -- Close the program.");
puts(" help -- Show this help information."); puts(" help -- Show this help information.");