1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 21:46:38 +02:00

Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9

This commit is contained in:
Naram Qashat
2010-06-26 01:39:11 -04:00
169 changed files with 2982 additions and 543 deletions
-1
View File
@@ -164,7 +164,6 @@ class MSList : public Module
MSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSList());