summaryrefslogtreecommitdiff
path: root/src/modules/m_samode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_samode.cpp')
-rw-r--r--src/modules/m_samode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_samode.cpp b/src/modules/m_samode.cpp
index 6e776e7c0..97b84efd6 100644
--- a/src/modules/m_samode.cpp
+++ b/src/modules/m_samode.cpp
@@ -75,7 +75,7 @@ class cmd_samode : public command_t
n.clear();
n.push_back(std::string(user->nick) + " used SAMODE: " + ServerInstance->Modes->GetLastParse());
Event rmode2((char *)&n, NULL, "send_opers");
- rmode.Send(ServerInstance);
+ rmode2.Send(ServerInstance);
/* XXX: Yes, this is right. We dont want to propogate the
* actual SAMODE command, just the MODE command generated