X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_chghost.cpp;h=8c39114184ef3e32951089de5384eda2f0bfd438;hb=f5c631ef8641db6455bed23c02e5a39f63f7d6d0;hp=7901fad7fb909134444797efdb5527a6ef053923;hpb=2d043de488ea65807b51b35a4436bbbf570ca29c;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index 7901fad7f..8c3911418 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * InspIRCd: (C) 2002-2010 InspIRCd Development Team * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see @@ -110,7 +110,7 @@ class ModuleChgHost : public Module Version GetVersion() { - return Version("Provides support for the CHGHOST command", VF_OPTCOMMON | VF_VENDOR, API_VERSION); + return Version("Provides support for the CHGHOST command", VF_OPTCOMMON | VF_VENDOR); } };