From 2c9ebe040c113b3bb3717ab8c081c5dbcd3b8350 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Jul 2020 11:50:10 +0100 Subject: Make the ERR_CANNOTSENDTOCHAN extban message less misleading. --- include/numericbuilder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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())); } -- cgit v1.2.3