1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 23:06: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
@@ -67,7 +67,6 @@ class HSOn : public Module
HSOn(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSOn());