1
0
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:
Adam
2013-01-27 04:54:23 -05:00
parent 0052dd29a7
commit 5ae100fea2
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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;