diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2010-12-14 08:13:09 +0100 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2010-12-14 08:13:09 +0100 |
commit | 02476332ea2f5ab3fd766e0ca9d83d67a9a9f122 (patch) | |
tree | 4e75a625d87bea08faf16619fb27ff75f83d8c19 /src/language.cpp | |
parent | 6a43886807c74503dd89ad6bae0e5605a3e21210 (diff) | |
parent | 49d3c97b677f319460146803004066dfd3d19089 (diff) |
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'src/language.cpp')
-rw-r--r-- | src/language.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/language.cpp b/src/language.cpp index 3e7a3e2f7..13e1675f5 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -4856,7 +4856,9 @@ const char *const language_strings[LANG_STRING_COUNT] = { "%S HELP command."), /* BOT_HELP_FOOTER */ _("Bot will join a channel whenever there is at least\n" - "%d user(s) on it."), + "%d user(s) on it. Additionally, all %s commands\n" + "can be used if fantasy is enabled by prefixing the command\n" + "name with a %c."), /* BOT_HELP_BOTLIST */ _("Syntax: BOTLIST\n" " \n" |