summaryrefslogtreecommitdiff
path: root/src/modules/m_timedbans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_timedbans.cpp')
-rw-r--r--src/modules/m_timedbans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp
index 30aba781c..a063ce12d 100644
--- a/src/modules/m_timedbans.cpp
+++ b/src/modules/m_timedbans.cpp
@@ -184,7 +184,7 @@ class ModuleTimedBans : public Module
n.push_back("-b");
n.push_back(i->mask);
Event rmode((char *)&n, NULL, "send_mode");
- rmode.Send();
+ rmode.Send(ServerInstance);
DELETE(temp);
}
else