diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-17 01:37:10 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-17 01:37:10 +0000 |
commit | 50fb0cd6e76545dec1b32e70577e5071092840a3 (patch) | |
tree | 8155b0b0eaaf8a86efa7ba0fa15fc17c8c40f37f /src/hostserv.c | |
parent | 1aa79bb71215f1dd2d936a61dd35a1c86b9eb082 (diff) |
BUILD : 1.7.7 (547) BUGS : 272 275 NOTES : Fixes up help for their access levels, and ircops except from ignore in all places
git-svn-id: svn://svn.anope.org/anope/trunk@547 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@400 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/hostserv.c')
-rw-r--r-- | src/hostserv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostserv.c b/src/hostserv.c index 1a3feb9b2..02e0c0c33 100644 --- a/src/hostserv.c +++ b/src/hostserv.c @@ -74,8 +74,8 @@ void moduleAddHostServCmds(void) c = createCommand("DEL", do_del, is_host_remover, HOST_HELP_DEL, -1, -1, -1, -1); addCoreCommand(HOSTSERV, c); - c = createCommand("LIST", listOut, is_services_oper, HOST_HELP_LIST, - -1, -1, -1, -1); + c = createCommand("LIST", listOut, is_services_oper, -1, + -1, HOST_HELP_LIST, -1, -1); addCoreCommand(HOSTSERV, c); } |