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:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user