]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
Convert WhoisContext::SendLine() calls to pass the parameters of the numeric as metho...
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index f567aa0767d7440ea065fd064036a0ee8dfe70e0..95f69774bb0cad6cc543f7aa964b1688ac361342 100644 (file)
@@ -145,7 +145,7 @@ class ModuleHelpop : public Module, public Whois::EventListener
                {
                        if (whois.GetTarget()->IsModeSet(ho))
                        {
-                               whois.SendLine(310, ":is available for help.");
+                               whois.SendLine(310, "is available for help.");
                        }
                }