From f237a17c2a4b9143fac97053543c9caf6c24fdb9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 27 May 2012 23:20:59 +0100 Subject: [PATCH] Updated help command with presence commands --- windows.c | 5 +++++ 1 file changed, 5 insertions(+) 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 : 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("");