aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_shun.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_shun.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_shun.cpp')
-rw-r--r--src/modules/m_shun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp
index 3ffe553b0..99ff05c30 100644
--- a/src/modules/m_shun.cpp
+++ b/src/modules/m_shun.cpp
@@ -187,7 +187,7 @@ class ModuleShun : public Module, public Stats::EventListener
if (stats.GetSymbol() != 'H')
return MOD_RES_PASSTHRU;
- ServerInstance->XLines->InvokeStats("SHUN", 223, stats);
+ ServerInstance->XLines->InvokeStats("SHUN", stats);
return MOD_RES_DENY;
}