From e59cb85871f75b7603c63c6cd274d57536cf6794 Mon Sep 17 00:00:00 2001 From: Robby Date: Sun, 28 Apr 2019 23:26:50 +0200 Subject: Some more text fixes and improvements (#1618). --- src/modules/m_blockcolor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_blockcolor.cpp') diff --git a/src/modules/m_blockcolor.cpp b/src/modules/m_blockcolor.cpp index 273d1204e..25345506e 100644 --- a/src/modules/m_blockcolor.cpp +++ b/src/modules/m_blockcolor.cpp @@ -58,7 +58,7 @@ class ModuleBlockColor : public Module // Block all control codes except \001 for CTCP if ((*i >= 0) && (*i < 32) && (*i != 1)) { - user->WriteNumeric(ERR_CANNOTSENDTOCHAN, c->name, "Can't send colors to channel (+c set)"); + user->WriteNumeric(ERR_CANNOTSENDTOCHAN, c->name, "Can't send colors to channel (+c is set)"); return MOD_RES_DENY; } } -- cgit v1.2.3