summaryrefslogtreecommitdiff
path: root/src/core/os_shutdown.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 23:27:00 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-10 23:27:00 +0000
commitf9e7760a235ae07f4bbe7193bc8c9212bd5eee7d (patch)
treec7d4c244e543ca01fe8cb9dc44123c1d73f2c602 /src/core/os_shutdown.c
parent53e79c21557ee8024936977caebda17634dd1b07 (diff)
Fixed compile errors in os_shutdown and os_sqline.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1995 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/os_shutdown.c')
-rw-r--r--src/core/os_shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/os_shutdown.c b/src/core/os_shutdown.c
index 4dc8728e3..0125297bc 100644
--- a/src/core/os_shutdown.c
+++ b/src/core/os_shutdown.c
@@ -58,7 +58,7 @@ class OSShutdown : public Module
this->SetVersion("$Id$");
this->SetType(CORE);
- this->AddCommand(OPERSERV, c, MOD_UNIQUE);
+ this->AddCommand(OPERSERV, new CommandOSShutdown(), MOD_UNIQUE);
this->SetOperHelp(myOperServHelp);
}