]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numericbuilder.h
Update the helpop docs for the recent PING/PONG changes.
[user/henk/code/inspircd.git] / include / numericbuilder.h
index 887462e1281bfee37352c43986794aedfb2cc2e9..9feceb7cbe51bb74739370db8005b5361fa6b982 100644 (file)
@@ -229,7 +229,7 @@ class Numerics::CannotSendTo : public Numeric::Numeric
                : Numeric(ERR_CANNOTSENDTOCHAN)
        {
                push(chan->name);
-               push(InspIRCd::Format("You cannot send %s to this channel whilst %s %c: (%s) extban is set on you.",
+               push(InspIRCd::Format("You cannot send %s to this channel whilst %s %c: (%s) extban is set matching you.",
                        what.c_str(), strchr("AEIOUaeiou", extban) ? "an" : "a", extban, extbandesc.c_str()));
        }