aboutsummaryrefslogtreecommitdiffstats
path: root/src/mode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 66ce313f4..8081188f5 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -495,9 +495,6 @@ void ModeParser::Process(const std::vector<std::string>& parameters, User* user,
LastParse.append(output_mode);
LastParse.append(output_parameters);
- if (!(flags & MODE_LOCALONLY))
- ServerInstance->PI->SendMode(user, targetuser, targetchannel, LastParseParams, LastParseTranslate);
-
if (targetchannel)
targetchannel->WriteChannel(user, "MODE " + LastParse);
else