aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_svshold.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-02-18 17:49:32 +0000
committerGravatar Sadie Powell2020-02-18 18:56:14 +0000
commit2e0cc3684df72b2a8de45b354848af43c6b47606 (patch)
tree5fb6b9f587309746c2311e5e3043062523cdc122 /src/modules/m_svshold.cpp
parentAdd support for the IRCv3 extensions to the SETNAME command. (diff)
Generalise XLine stats numerics using RPL_STATS from aircd.
Diffstat (limited to 'src/modules/m_svshold.cpp')
-rw-r--r--src/modules/m_svshold.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_svshold.cpp b/src/modules/m_svshold.cpp
index 9cdc307b9..0c5578492 100644
--- a/src/modules/m_svshold.cpp
+++ b/src/modules/m_svshold.cpp
@@ -203,7 +203,7 @@ class ModuleSVSHold : public Module, public Stats::EventListener
if (stats.GetSymbol() != 'S')
return MOD_RES_PASSTHRU;
- ServerInstance->XLines->InvokeStats("SVSHOLD", 210, stats);
+ ServerInstance->XLines->InvokeStats("SVSHOLD", stats);
return MOD_RES_DENY;
}