X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_operjoin.cpp;h=5290086fe4b2f321d590999e3290b189f6dae9c5;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=6108fd9a26b6c3683d375bba15e7cacb1a7e604e;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_operjoin.cpp b/src/modules/m_operjoin.cpp index 6108fd9a2..5290086fe 100644 --- a/src/modules/m_operjoin.cpp +++ b/src/modules/m_operjoin.cpp @@ -46,7 +46,7 @@ class ModuleOperjoin : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Forces opers to join the specified channel(s) on oper-up", VF_VENDOR); + return Version("Allows the server administrator to force server operators to join one or more channels when logging into their server operator account.", VF_VENDOR); } void OnPostOper(User* user, const std::string &opertype, const std::string &opername) CXX11_OVERRIDE