summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-01-15 15:05:23 +0000
committerdrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-01-15 15:05:23 +0000
commite6d67d1aba3f4288f911949b48c79ec165812536 (patch)
treedc2802854149ab1fcf61d77dc130ac04057640df /src
parent1f9fd586985d0aa93e43bd070d43498fdc2af10c (diff)
BUILD : 1.7.21 (1347) BUGS : 827 NOTES : Re-assigned OS CHANLIST perms to Services Opers
git-svn-id: svn://svn.anope.org/anope/trunk@1347 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1062 5417fbe8-f217-4b02-8779-1006273d7864
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);