1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 22:06:38 +02:00

Set ss_main to be permanent, as well as set it's type, author, and version.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1821 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-11-30 16:17:45 +00:00
parent f62207f8d3
commit 685edb9999
+5
View File
@@ -27,6 +27,11 @@ class SSMain : public Module
{
Command *c;
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetType(CORE);
this->SetPermanent(true);
c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1);
this->AddCommand(cmdTable, c, MOD_HEAD);