summaryrefslogtreecommitdiff
path: root/include/numericbuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/numericbuilder.h')
-rw-r--r--include/numericbuilder.h2
1 files changed, 1 insertions, 1 deletions
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()));
}