]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_watch.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_watch.cpp
index 1169b96869abf7b64b3a7424213c02f07b86d2e7..803bd2c40f2f540470d771c130a5a2e9f9652734 100644 (file)
@@ -268,7 +268,7 @@ class ModuleWatch
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides WATCH support", VF_VENDOR);
+               return Version("Adds the /WATCH command which allows users to find out when their friends are connected to the server.", VF_VENDOR);
        }
 };