summaryrefslogtreecommitdiff
path: root/data/chanserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-11-16 16:38:03 -0500
committerAdam <Adam@anope.org>2013-11-16 16:38:10 -0500
commitfc69b688912a2472f6f2ccbfd5377f8620027aef (patch)
tree05c3ae9dfe00e7f40134a39a7e6839719facf39a /data/chanserv.example.conf
parent15e527fa70795fff19e70e90235c857847e36267 (diff)
Don't default /cs list or /ns list to require oper privs
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r--data/chanserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf
index b95e1951c..7bfd1ff8c 100644
--- a/data/chanserv.example.conf
+++ b/data/chanserv.example.conf
@@ -981,7 +981,7 @@ module
*/
listmax = 50
}
-command { service = "ChanServ"; name = "LIST"; command = "chanserv/list"; permission = "chanserv/list"; group = "chanserv/admin"; }
+command { service = "ChanServ"; name = "LIST"; command = "chanserv/list"; }
command { service = "ChanServ"; name = "SET PRIVATE"; command = "chanserv/set/private"; }