X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_operjoin.cpp;h=06bd91c50ff77daa0d6fd53e6eecd775c037e13f;hb=HEAD;hp=dd80d99bafc748063d02282bd3f2f7359c32ce91;hpb=c77cc4f737c782c3a56d69da0eac82edd41d4976;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_operjoin.cpp b/src/modules/m_operjoin.cpp index dd80d99ba..06bd91c50 100644 --- a/src/modules/m_operjoin.cpp +++ b/src/modules/m_operjoin.cpp @@ -1,12 +1,15 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2009-2010 Daniel De Graaf + * Copyright (C) 2013 Sadie Powell + * Copyright (C) 2012-2014 Attila Molnar + * Copyright (C) 2012 Robby + * Copyright (C) 2009 Uli Schlachter + * Copyright (C) 2009 Daniel De Graaf * Copyright (C) 2008 Thomas Stagner - * Copyright (C) 2007 Dennis Friis - * Copyright (C) 2005-2007 Robin Burchell - * Copyright (C) 2006-2007 Craig Edwards - * Copyright (C) 2004 Christopher Hall + * Copyright (C) 2007-2008 Dennis Friis + * Copyright (C) 2006-2007 Craig Edwards + * Copyright (C) 2005 Robin Burchell * * 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 @@ -44,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