]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operjoin.cpp
Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.
[user/henk/code/inspircd.git] / src / modules / m_operjoin.cpp
index 6108fd9a26b6c3683d375bba15e7cacb1a7e604e..06bd91c50ff77daa0d6fd53e6eecd775c037e13f 100644 (file)
@@ -9,6 +9,7 @@
  *   Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
  *   Copyright (C) 2007-2008 Dennis Friis <peavey@inspircd.org>
  *   Copyright (C) 2006-2007 Craig Edwards <brain@inspircd.org>
+ *   Copyright (C) 2005 Robin Burchell <robin+git@viroteck.net>
  *
  * 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
@@ -46,7 +47,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