summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/os_chanlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_chanlist.c b/src/core/os_chanlist.c
index 39a15ed68..96285b827 100644
--- a/src/core/os_chanlist.c
+++ b/src/core/os_chanlist.c
@@ -35,7 +35,7 @@ int AnopeInit(int argc, char **argv)
moduleAddVersion("$Id$");
moduleSetType(CORE);
- c = createCommand("CHANLIST", do_chanlist, NULL,
+ c = createCommand("CHANLIST", do_chanlist, is_services_oper,
OPER_HELP_CHANLIST, -1, -1, -1, -1);
moduleAddCommand(OPERSERV, c, MOD_UNIQUE);