aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/fmode.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-09 15:00:24 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:35 -0400
commitda8db6c34090edd0a78513fd16eb017500347174 (patch)
treeffdb9694fe46c66795024cefc44aecfd4ff8b937 /src/modules/m_spanningtree/fmode.cpp
parentAdd support for parsing named mode changes from +Z to core (diff)
Fixes from characterless mode test
Diffstat (limited to 'src/modules/m_spanningtree/fmode.cpp')
-rw-r--r--src/modules/m_spanningtree/fmode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/fmode.cpp b/src/modules/m_spanningtree/fmode.cpp
index d5474e211..f9a37c940 100644
--- a/src/modules/m_spanningtree/fmode.cpp
+++ b/src/modules/m_spanningtree/fmode.cpp
@@ -79,6 +79,7 @@ CmdResult CommandFMode::Handle(const std::vector<std::string>& params, User *who
irc::modestacker modes;
ServerInstance->Modes->Parse(modelist, who, target, modes);
ServerInstance->Modes->Process(who, target, modes, merge);
+ ServerInstance->Modes->Send(who, target, modes);
return CMD_SUCCESS;
}
/* If the TS is greater than ours, we drop the mode and dont pass it anywhere.