diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-11 14:28:48 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-11 14:28:48 +0000 |
commit | 5ad60b70ee599eef00c00e9697a94e9d5a3cd6c9 (patch) | |
tree | 371751e61880ae43a61514a9aa27927e1b8cc21e /src | |
parent | b73210e538038a8dd803c0c250369b8fd3c2b3f7 (diff) |
Forward port of r2747
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2748 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/core/bs_bot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c index 3692840bd..2eb17659d 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -214,7 +214,7 @@ class CommandBSBot : public Command { if (!isalnum(*ch)) { - notice_lang(Config.s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1); + notice_lang(Config.s_BotServ, u, BOT_BAD_IDENT, USERMAX - 1); return MOD_CONT; } } |