diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-29 22:34:50 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-29 22:34:50 +0000 |
commit | f23b7e5b7fe84362e314747f6dfce415a15c49d6 (patch) | |
tree | 9cb1d55e41e0dc11aa94f60b23a3798ca779c2ab /src/core | |
parent | 259405a7dabae13884b3da5fafe2820620a9046a (diff) |
Commited using svn commit, as indent is breaking everything
git-svn-id: svn://svn.anope.org/anope/trunk@820 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@573 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/os_ignore.c | 3 | ||||
-rw-r--r-- | src/core/os_opernews.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/core/os_ignore.c b/src/core/os_ignore.c index 99dcba408..b492e8af6 100644 --- a/src/core/os_ignore.c +++ b/src/core/os_ignore.c @@ -32,8 +32,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion - ("$Id$"); + moduleAddVersion("$Id$"); moduleSetType(CORE); c = createCommand("IGNORE", do_ignoreuser, is_services_admin, OPER_HELP_IGNORE, -1, -1, -1, -1); diff --git a/src/core/os_opernews.c b/src/core/os_opernews.c index 706357893..671016f19 100644 --- a/src/core/os_opernews.c +++ b/src/core/os_opernews.c @@ -36,7 +36,7 @@ int AnopeInit(int argc, char **argv) * we can look at moving it here later **/ c = createCommand("OPERNEWS", do_opernews, is_services_oper, - NEWS_HELP_LOGON, -1, -1, -1, -1); + NEWS_HELP_OPER, -1, -1, -1, -1); moduleAddCommand(OPERSERV, c, MOD_UNIQUE); moduleSetOperHelp(myOperServHelp); |