diff options
Diffstat (limited to 'vchat-help.h')
| -rwxr-xr-x | vchat-help.h | 26 |
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 | ||
