X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_hostchange.cpp;h=a89b5949d95c4cf0dae19cd02c0a4479c87a1264;hb=7d93921aabd9c608821baec8a871aff844dfae49;hp=a35b2fd5d44de4ce482a064b4a633bf0f207885c;hpb=9f2e1f901930d3646db5f3c21180f02f2f9ce41f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp index a35b2fd5d..a89b5949d 100644 --- a/src/modules/m_hostchange.cpp +++ b/src/modules/m_hostchange.cpp @@ -89,7 +89,7 @@ class ModuleHostChange : public Module { // returns the version number of the module to be // listed in /MODULES - return Version("$Id$", VF_VENDOR, API_VERSION); + return Version("Provides masking of user hostnames in a different way to m_cloaking", VF_VENDOR, API_VERSION); } virtual void OnUserConnect(User* user)