]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cban.cpp
Allow Channel::WriteNotice send to other servers and status ranks.
[user/henk/code/inspircd.git] / src / modules / m_cban.cpp
index 32b45abfb7cf6aaf663db3c8847e13346189255f..62fb993afc15f07feb672ca709bcf1f02d4b698f 100644 (file)
@@ -106,7 +106,7 @@ class CommandCBan : public Command
                        }
                        else
                        {
-                               user->WriteNotice("*** CBan " + parameters[0] + " not found in list, try /stats C.");
+                               user->WriteNotice("*** CBan " + parameters[0] + " not found on the list.");
                                return CMD_FAILURE;
                        }
                }
@@ -204,7 +204,7 @@ class ModuleCBan : public Module, public Stats::EventListener
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Gives /cban, aka C-lines. Think Q-lines, for channels.", VF_COMMON | VF_VENDOR);
+               return Version("Provides the CBAN command, like Q-lines, but for channels", VF_COMMON | VF_VENDOR);
        }
 };