1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 00: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
@@ -53,7 +53,6 @@ class HSOff : public Module
HSOff(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 CommandHSOff());