X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fnumericbuilder.h;h=9feceb7cbe51bb74739370db8005b5361fa6b982;hb=b271e0700a3fcedba73d540ae2eb27f5d3f67cdf;hp=887462e1281bfee37352c43986794aedfb2cc2e9;hpb=44489ddf7e90413d8f656aea24d74445bab227af;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/numericbuilder.h b/include/numericbuilder.h index 887462e12..9feceb7cb 100644 --- a/include/numericbuilder.h +++ b/include/numericbuilder.h @@ -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())); }