summaryrefslogtreecommitdiff
path: root/vchat-help.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-01-05 21:23:39 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-01-05 21:23:39 +0100
commitb6fdcbeb3ea50e0051749dc552ffb7a736d3c8e1 (patch)
tree09171f25965722a710b7a8ed50c173ee372f7d79 /vchat-help.h
parentf409a5e841d91237fe4034818955dd88167a679b (diff)
Dict handling to allow custom completion from user dictionary
Diffstat (limited to 'vchat-help.h')
-rwxr-xr-xvchat-help.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vchat-help.h b/vchat-help.h
index aec0fcf..a7964fd 100755
--- a/vchat-help.h
+++ b/vchat-help.h
@@ -55,6 +55,8 @@
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_DICT "/DICT ITEM [...] Add space separated items to the user completion dict"
59#define LONG_HELPTEXT_DICT NULL
58#define SHORT_HELPTEXT_MSG "/M[SG] USER MESSAGE Send private message to user USER" 60#define SHORT_HELPTEXT_MSG "/M[SG] USER MESSAGE Send private message to user USER"
59#define LONG_HELPTEXT_MSG NULL 61#define LONG_HELPTEXT_MSG NULL
60#define SHORT_HELPTEXT_ME "/ME ACTION Let the user do an action" 62#define SHORT_HELPTEXT_ME "/ME ACTION Let the user do an action"