summaryrefslogtreecommitdiff
path: root/vchat-help.h
diff options
context:
space:
mode:
authorerdgeist <>2007-07-01 13:38:52 +0000
committererdgeist <>2007-07-01 13:38:52 +0000
commitd7dbef2fae8eeb3c077faca6eb59e86f636191b8 (patch)
treea3b322be322c59fd7500a836dc149870a17bc3d6 /vchat-help.h
parent115003bd86a50e6d84fca063ab72451e317e787a (diff)
Introducing /reconnect command
Diffstat (limited to 'vchat-help.h')
-rwxr-xr-xvchat-help.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/vchat-help.h b/vchat-help.h
index 9cfe04b..aec0fcf 100755
--- a/vchat-help.h
+++ b/vchat-help.h
@@ -51,16 +51,18 @@
51 ^X - switch off message window or\n\ 51 ^X - switch off message window or\n\
52 toggle private window\n\ 52 toggle private window\n\
53 TAB - nick completion" 53 TAB - nick completion"
54#define SHORT_HELPTEXT_QUIT "/QUIT [REASON] Leave the chat for reason Reason" 54#define SHORT_HELPTEXT_QUIT "/QUIT [REASON] Leave the chat for reason Reason"
55#define LONG_HELPTEXT_QUIT NULL 55#define LONG_HELPTEXT_QUIT NULL
56#define SHORT_HELPTEXT_USER "/USER REGEX Lists all users matching regex REGEX" 56#define SHORT_HELPTEXT_USER "/USER REGEX Lists all users matching regex REGEX"
57#define LONG_HELPTEXT_USER NULL 57#define LONG_HELPTEXT_USER NULL
58#define SHORT_HELPTEXT_MSG "/M[SG] USER MESSAGE Send private message to user USER" 58#define SHORT_HELPTEXT_MSG "/M[SG] USER MESSAGE Send private message to user USER"
59#define LONG_HELPTEXT_MSG NULL 59#define LONG_HELPTEXT_MSG NULL
60#define SHORT_HELPTEXT_ME "/ME ACTION Let the user do an action" 60#define SHORT_HELPTEXT_ME "/ME ACTION Let the user do an action"
61#define LONG_HELPTEXT_ME NULL 61#define LONG_HELPTEXT_ME NULL
62#define SHORT_HELPTEXT_M SHORT_HELPTEXT_MSG 62#define SHORT_HELPTEXT_M SHORT_HELPTEXT_MSG
63#define LONG_HELPTEXT_M LONG_HELPTEXT_MSG 63#define LONG_HELPTEXT_M LONG_HELPTEXT_MSG
64#define SHORT_HELPTEXT_FILTERS "/HELP FILTERS Show summary of filter commands" 64#define SHORT_HELPTEXT_FILTERS "/HELP FILTERS Show summary of filter commands"
65#define LONG_HELPTEXT_FILTERS SHORT_HELPTEXT_FLT "\n" SHORT_HELPTEXT_RMFLT "\n" SHORT_HELPTEXT_LSFLT "\n" SHORT_HELPTEXT_CLFLT 65#define LONG_HELPTEXT_FILTERS SHORT_HELPTEXT_FLT "\n" SHORT_HELPTEXT_RMFLT "\n" SHORT_HELPTEXT_LSFLT "\n" SHORT_HELPTEXT_CLFLT
66#define LONG_HELPTEXT_RECONNECT NULL
67#define SHORT_HELPTEXT_RECONNECT "/RECONNECT Forces client to reconnect"
66 68