]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_monitor.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_monitor.cpp
index cebd69fc27db4873d347faca489ebf044ac84d4d..ea631b2e86830d6bf6ee31decb0f0a691d5ef3be 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
+ *   Copyright (C) 2019 Robby <robby@chatbelgie.be>
+ *   Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
@@ -428,7 +430,7 @@ class ModuleMonitor : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides MONITOR support", VF_VENDOR);
+               return Version("Adds the /MONITOR command which allows users to find out when their friends are connected to the server.", VF_VENDOR);
        }
 };