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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user