]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_topiclock.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_topiclock.cpp
index b4fc8dedcc3b4aa9b3c631b478df648324d153f7..c6125878455fe10ad9c095dd452b9dec5dc5eca2 100644 (file)
@@ -1,7 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2012 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2013, 2017-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2012, 2014-2016 Attila Molnar <attilamolnar@hush.com>
  *
  * 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
@@ -150,7 +151,7 @@ class ModuleTopicLock : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Implements server-side topic locks and the server-to-server command SVSTOPIC", VF_COMMON | VF_VENDOR);
+               return Version("Allows services to lock the channel topic so that it can not be changed.", VF_COMMON | VF_VENDOR);
        }
 };