From b6fdcbeb3ea50e0051749dc552ffb7a736d3c8e1 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sun, 5 Jan 2014 21:23:39 +0100 Subject: Dict handling to allow custom completion from user dictionary --- vchat-help.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vchat-help.h') 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 @@ #define LONG_HELPTEXT_QUIT NULL #define SHORT_HELPTEXT_USER "/USER REGEX Lists all users matching regex REGEX" #define LONG_HELPTEXT_USER NULL +#define SHORT_HELPTEXT_DICT "/DICT ITEM [...] Add space separated items to the user completion dict" +#define LONG_HELPTEXT_DICT NULL #define SHORT_HELPTEXT_MSG "/M[SG] USER MESSAGE Send private message to user USER" #define LONG_HELPTEXT_MSG NULL #define SHORT_HELPTEXT_ME "/ME ACTION Let the user do an action" -- cgit v1.2.3