X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_geoclass.cpp;h=6251131fd3173e96ab103ba29214f48ec5c01cba;hb=219f8e62623ff0c3002be764c1dbf7201d0293db;hp=6ec03c71fb586df62d6551a12f23efb8f8a121aa;hpb=87b1461e2a4710a38b32186c2582da9fe9bb3804;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_geoclass.cpp b/src/modules/m_geoclass.cpp index 6ec03c71f..6251131fd 100644 --- a/src/modules/m_geoclass.cpp +++ b/src/modules/m_geoclass.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2019 Peter Powell + * Copyright (C) 2019 Sadie Powell * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -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