X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_channelban.cpp;h=e1a31b2b73c8b09c966f43ca502fdbf1b9d047eb;hb=92796ffe6430162a9cb70f1361aaa9ca64645c90;hp=66851c5a2cc379a68252beab24fc767c04ff53d1;hpb=f052efe12448d7ad991e90724f064346a12e3a1b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_channelban.cpp b/src/modules/m_channelban.cpp index 66851c5a2..e1a31b2b7 100644 --- a/src/modules/m_channelban.cpp +++ b/src/modules/m_channelban.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * InspIRCd: (C) 2002-2009 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -31,7 +31,7 @@ class ModuleBadChannelExtban : public Module virtual Version GetVersion() { - return Version(1,2,0,0,VF_VENDOR,API_VERSION); + return Version("$Id$", VF_VENDOR,API_VERSION); } virtual int OnUserPreJoin(User *user, Channel *c, const char *cname, std::string &privs, const std::string &key)