1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 05:33:12 +02:00

Some language fixes closing issue #1124 and #1122, fixed wrong language string invoked in bot add closing issue #1118

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2750 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
pimpmylinux
2010-01-11 18:51:50 +00:00
parent 7954542a86
commit 7776fb8548
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ int do_bot(User * u)
if (user) {
for (ch = user; *ch && (ch - user) < USERMAX; ch++) {
if (!isalnum(*ch)) {
notice_lang(s_BotServ, u, BOT_LONG_IDENT, USERMAX - 1);
notice_lang(s_BotServ, u, BOT_BAD_IDENT, USERMAX - 1);
return MOD_CONT;
}
}