]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_geoclass.cpp
Fix the behaviour of multi-value PING and PONG messages.
[user/henk/code/inspircd.git] / src / modules / m_geoclass.cpp
index a1807ae00db431b62c746c26b13dd6d75c87dd93..6251131fd3173e96ab103ba29214f48ec5c01cba 100644 (file)
@@ -43,7 +43,7 @@ class ModuleGeoClass
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides a way to assign users to connect classes by country", VF_VENDOR);
+               return Version("Allows the server administrator to assign users to connect classes by the country they are connecting from.", VF_VENDOR);
        }
 
        ModResult OnSetConnectClass(LocalUser* user, ConnectClass* myclass) CXX11_OVERRIDE