]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_monitor.cpp
Fix SendNoticeInternal not having a NULL command variant.
[user/henk/code/inspircd.git] / src / modules / m_monitor.cpp
index b76922b481d709ba1a685b180f44a938aff159d2..ea631b2e86830d6bf6ee31decb0f0a691d5ef3be 100644 (file)
@@ -430,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);
        }
 };