1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 11:06:37 +02:00

Bugs 1297-1299 and made /os stats work like the help describes it does

This commit is contained in:
Adam
2011-07-31 07:00:27 -04:00
parent 63a4201d15
commit a18e3f3380
4 changed files with 23 additions and 19 deletions
+3
View File
@@ -83,6 +83,9 @@ class CSSetTopicLock : public Module
commandcssettopiclock(this), commandcssasettopiclock(this)
{
this->SetAuthor("Anope");
ModuleManager::RegisterService(&commandcssettopiclock);
ModuleManager::RegisterService(&commandcssasettopiclock);
}
};