aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_ircv3_ctctags.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/m_ircv3_ctctags.cpp b/src/modules/m_ircv3_ctctags.cpp
index 2ef4089e4..0b1904f90 100644
--- a/src/modules/m_ircv3_ctctags.cpp
+++ b/src/modules/m_ircv3_ctctags.cpp
@@ -229,12 +229,10 @@ public:
if (IS_LOCAL(user) && !cap.IsEnabled(user))
return CmdResult::FAILURE;
- // The specified message tags were empty.
+ // The specified message tags were empty. This probably means that client
+ // only tags are disabled.
if (parameters.GetTags().empty())
- {
- user->WriteNumeric(ERR_NOTEXTTOSEND, "No tags to send");
return CmdResult::FAILURE;
- }
// The target is a server glob.
if (parameters[0][0] == '$')