mirror of
https://github.com/anope/anope.git
synced 2026-07-09 23:03: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:
@@ -53,7 +53,7 @@ class CommandNSList : public Command
|
||||
if (Config->NSListOpersOnly && !u->HasMode(UMODE_OPER)) /* reverse the help logic */
|
||||
{
|
||||
source.Reply(LanguageString::ACCESS_DENIED);
|
||||
return MOD_STOP;
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
if (pattern[0] == '#')
|
||||
|
||||
Reference in New Issue
Block a user