aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_cban.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_cban.cpp
parentAdd support for the IRCv3 extensions to the SETNAME command. (diff)
downloadinspircd++-2e0cc3684df72b2a8de45b354848af43c6b47606.tar.gz
inspircd++-2e0cc3684df72b2a8de45b354848af43c6b47606.tar.bz2
inspircd++-2e0cc3684df72b2a8de45b354848af43c6b47606.zip
Generalise XLine stats numerics using RPL_STATS from aircd.
Diffstat (limited to 'src/modules/m_cban.cpp')
-rw-r--r--src/modules/m_cban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cban.cpp b/src/modules/m_cban.cpp
index 22382bdb3..ff99ae5bd 100644
--- a/src/modules/m_cban.cpp
+++ b/src/modules/m_cban.cpp
@@ -188,7 +188,7 @@ class ModuleCBan : public Module, public Stats::EventListener
if (stats.GetSymbol() != 'C')
return MOD_RES_PASSTHRU;
- ServerInstance->XLines->InvokeStats("CBAN", 210, stats);
+ ServerInstance->XLines->InvokeStats("CBAN", stats);
return MOD_RES_DENY;
}