X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_hidechans.cpp;h=3f02d543703362c3a95c38c15acdd4803caff64d;hb=46e56dedd37abe33af4e8b970d5b83729dc1ef05;hp=2cd6a69c99e7690bdef97ab82720539e2778709b;hpb=67a4a9b62355ea57a2f4521ca5fc53bd4eac3a1f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_hidechans.cpp b/src/modules/m_hidechans.cpp index 2cd6a69c9..3f02d5437 100644 --- a/src/modules/m_hidechans.cpp +++ b/src/modules/m_hidechans.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 @@ -65,7 +65,7 @@ class ModuleHideChans : public Module virtual Version GetVersion() { - return Version("Provides support for hiding channels with user mode +I", VF_COMMON | VF_VENDOR); + return Version("Provides support for hiding channels with user mode +I", VF_VENDOR); } virtual void OnRehash(User* user)