diff options
author | Adam <Adam@anope.org> | 2013-01-27 04:54:23 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-01-27 05:00:00 -0500 |
commit | 5ae100fea231a9fc316942b18be876773be3e679 (patch) | |
tree | 4b6e9466022cd5fff7865ad846b33282fff1bb1b /modules/commands/bs_botlist.cpp | |
parent | 0052dd29a7b0f8286990a49af6e4947e4bc784cf (diff) |
Add nickserv/alist priv, merge botserv/botlist and botserev/assign/private to botserv/administration
Diffstat (limited to 'modules/commands/bs_botlist.cpp')
-rw-r--r-- | modules/commands/bs_botlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/bs_botlist.cpp b/modules/commands/bs_botlist.cpp index c4a559443..dcaa691d9 100644 --- a/modules/commands/bs_botlist.cpp +++ b/modules/commands/bs_botlist.cpp @@ -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; |