mirror of
https://github.com/anope/anope.git
synced 2026-06-30 14:46:39 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -39,7 +39,7 @@ class CommandBSBotList : public Command
|
||||
}
|
||||
}
|
||||
|
||||
if (u->Account()->HasCommand("botserv/botlist") && count < BotListByNick.size())
|
||||
if (u->HasCommand("botserv/botlist") && count < BotListByNick.size())
|
||||
{
|
||||
source.Reply(_("Bots reserved to IRC operators:"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user