diff options
author | pimpmylinux <pimpmylinux@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-11 19:06:21 +0000 |
---|---|---|
committer | pimpmylinux <pimpmylinux@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-11 19:06:21 +0000 |
commit | ef442c3dc81490e327a2f5a1fe6ec8d4a045b931 (patch) | |
tree | 76691fae1f9a505257bb7b9d2f4b7ebc90908cb4 /src | |
parent | 420b11a23502439483604cc6847d5f570a27b78e (diff) |
some language fixes ported from stable
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2751 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 2eb17659d..14ce9624e 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -85,7 +85,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; } } |