1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Updated help command with presence commands

This commit is contained in:
James Booth 2012-05-27 23:20:59 +01:00
parent 2fe5d3e9d1
commit f237a17c2a

View File

@ -274,6 +274,11 @@ void cons_help(void)
cons_show("/flash <on/off> : Enable/disable screen flash notification");
cons_show("/close : Close a chat window.");
cons_show("/quit : Quit Profanity.");
cons_show("/away : Set status to away.");
cons_show("/online : Set status to online.");
cons_show("/dnd : Set status to dnd (do not disturb).");
cons_show("/chat : Set status to chat (available for chat).");
cons_show("/xa : Set status to xa (extended away).");
cons_show("");
cons_show("Keys:");
cons_show("");