diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-01-06 19:57:55 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-01-06 19:57:55 +0000 |
commit | 0b74a48e205e67fe0e2f839fd0d345e7332e95e2 (patch) | |
tree | 643c598ffea65eea55a030eff482329151457b4a /src/core/os_help.c | |
parent | bd6a836a8819643ae60100535b31693b4f0ee654 (diff) |
BUILD : 1.7.18 (1220) BUGS : 657 NOTES : Fixed various OperServ commands which did not respect a disabled OSOpersOnly
git-svn-id: svn://svn.anope.org/anope/trunk@1220 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@939 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r-- | src/core/os_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c index 481e3e424..e2495e814 100644 --- a/src/core/os_help.c +++ b/src/core/os_help.c @@ -30,7 +30,7 @@ int AnopeInit(int argc, char **argv) moduleAddAuthor("Anope"); moduleAddVersion("$Id$"); moduleSetType(CORE); - c = createCommand("HELP", do_help, is_oper, -1, -1, -1, -1, -1); + c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); moduleAddCommand(OPERSERV, c, MOD_UNIQUE); return MOD_CONT; |