X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_channames.cpp;h=a918eefd2800af51a579c213552da14a1ad5c195;hb=7d93921aabd9c608821baec8a871aff844dfae49;hp=8b75a06a73c02dfce55b9a1439d0cc9a41e08f4a;hpb=9f2e1f901930d3646db5f3c21180f02f2f9ce41f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_channames.cpp b/src/modules/m_channames.cpp index 8b75a06a7..a918eefd2 100644 --- a/src/modules/m_channames.cpp +++ b/src/modules/m_channames.cpp @@ -138,7 +138,7 @@ class ModuleChannelNames : public Module virtual Version GetVersion() { - return Version("$Id$", VF_VENDOR,API_VERSION); + return Version("Implements config tags which allow changing characters allowed in channel names", VF_VENDOR,API_VERSION); } };