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

More fixes. Also made db_mysql_live not keep bots updated because thats pointless and made m_asynch_commands respect user language settings.

This commit is contained in:
Adam
2011-02-25 21:41:08 -05:00
parent ee38756982
commit c38b6392c5
20 changed files with 80 additions and 126 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class CommandCSList : public Command
if (Config->CSListOpersOnly && !u->HasMode(UMODE_OPER))
{
source.Reply(LanguageString::ACCESS_DENIED);
return MOD_STOP;
return MOD_CONT;
}
if (pattern[0] == '#')