Fix presense and help of module arguments.

See github issue #192
This commit is contained in:
Alexey Sokolov
2012-07-17 09:14:02 +07:00
parent 373490f2d1
commit fca5eebe53
21 changed files with 77 additions and 3 deletions
+4
View File
@@ -30,4 +30,8 @@ public:
}
};
template<> void TModInfo<CBlockMotd>(CModInfo& Info) {
Info.SetWikiPage("block_motd");
}
USERMODULEDEFS(CBlockMotd, "Block the MOTD from IRC so it's not sent to your client(s).")