mirror of
https://github.com/anope/anope.git
synced 2026-07-09 03:03:14 +02:00
Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private to botserv/administration
This commit is contained in:
@@ -33,7 +33,7 @@ class CommandBSBotList : public Command
|
||||
{
|
||||
BotInfo *bi = it->second;
|
||||
|
||||
if (source.HasCommand("botserv/botlist") || !bi->oper_only)
|
||||
if (source.HasPriv("botserv/administration") || !bi->oper_only)
|
||||
{
|
||||
++count;
|
||||
ListFormatter::ListEntry entry;
|
||||
|
||||
Reference in New Issue
Block a user