]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_satopic.cpp
Fix previous module mismatch message; "remote" is misleading when sent as an ERROR
[user/henk/code/inspircd.git] / src / modules / m_satopic.cpp
index 69a9090cf1f330188b0ef7e66f928ff7dfd94d3c..d71807c69ddc78fc952ee86ae20eb181076064be 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -37,7 +37,7 @@ class CommandSATopic : public Command
                if(target)
                {
                        std::string newTopic = parameters[1];
-                       
+
                        // 3rd parameter overrides access checks
                        target->SetTopic(user, newTopic, true);
                        ServerInstance->SNO->WriteToSnoMask('A', user->nick + " used SATOPIC on " + target->name + ", new topic: " + newTopic);