]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_topiclock.cpp
Merge pull request #495 from SaberUK/master+fix-libcpp
[user/henk/code/inspircd.git] / src / modules / m_topiclock.cpp
index e17fac1a26a5afe2b3f75fb8ec44cc5c4e6c1838..3194f6e9b54318a7d21479ea8aed20bede466a81 100644 (file)
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/* ModDesc: Implements server-side topic locks and the server-to-server command SVSTOPIC */
+/* $ModDesc: Implements server-side topic locks and the server-to-server command SVSTOPIC */
 
 #include "inspircd.h"
 
@@ -47,7 +47,7 @@ class CommandSVSTOPIC : public Command
                        time_t topicts = ConvToInt(parameters[1]);
                        if (!topicts)
                        {
-                               ServerInstance->Logs->Log("m_topiclock", DEFAULT, "Received SVSTOPIC with a 0 topicts, dropped.");
+                               ServerInstance->Logs->Log("m_topiclock", LOG_DEFAULT, "Received SVSTOPIC with a 0 topicts, dropped.");
                                return CMD_INVALID;
                        }