about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-27 23:20:59 +0100
committerJames Booth <boothj5@gmail.com>2012-05-27 23:20:59 +0100
commitf237a17c2a4b9143fac97053543c9caf6c24fdb9 (patch)
tree7f6fc2c67afb6fd96056923601fe1541cf6b76fe
parent2fe5d3e9d1726dd2e00877b07b9c350225bf35df (diff)
downloadprofani-tty-f237a17c2a4b9143fac97053543c9caf6c24fdb9.tar.gz
Updated help command with presence commands
-rw-r--r--windows.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows.c b/windows.c
index ae6f381f..91af2425 100644
--- a/windows.c
+++ b/windows.c
@@ -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("");