diff options
Diffstat (limited to 'src/windows.c')
-rw-r--r-- | src/windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c index aa401e85..5a0b12d7 100644 --- a/src/windows.c +++ b/src/windows.c @@ -338,6 +338,7 @@ void cons_help(void) cons_show("Basic Commands:"); cons_show(""); cons_show("/help : This help."); + cons_show("/prefs : Show current UI preferences."); cons_show("/connect user@host : Login to jabber."); cons_show("/msg user@host mesg : Send mesg to user."); cons_show("/close : Close a chat window."); |