]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ircv3_ctctags.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_ircv3_ctctags.cpp
index 5a88e68a02328c90e8b05f76bd63928031ee4c12..6052051b9a23787f91f3e761522f92885c92af0f 100644 (file)
@@ -83,7 +83,7 @@ class CommandTagMsg : public Command
                        if (no_chan_priv && chan->IsModeSet(moderatedmode))
                        {
                                // The moderated mode is set and the source has no status rank.
-                               source->WriteNumeric(ERR_CANNOTSENDTOCHAN, chan->name, "Cannot send to channel (+m)");
+                               source->WriteNumeric(ERR_CANNOTSENDTOCHAN, chan->name, "Cannot send to channel (+m is set)");
                                return CMD_FAILURE;
                        }