diff options
author | Adam <Adam@anope.org> | 2014-08-03 19:08:12 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-08-03 19:08:12 -0400 |
commit | 8210e82a5ea02232e649a3f1c5f27214c655c5b6 (patch) | |
tree | d52413c2d506f38121b26e4185ebb8e5146da323 /data/botserv.example.conf | |
parent | d6d72cd803b2c5bf38e152dc6d00dd6dda720951 (diff) |
Fix some botserv help entries from showing when they shouldn't
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 6cb44afc3..1b849ac60 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -202,7 +202,7 @@ command { service = "BotServ"; name = "BADWORDS"; command = "botserv/badwords"; * Used for administrating BotServ bots. */ module { name = "bs_bot" } -command { service = "BotServ"; name = "BOT"; command = "botserv/bot"; } +command { service = "BotServ"; name = "BOT"; command = "botserv/bot"; permission = "botserv/bot"; } /* * bs_botlist |