aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_cban.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-02-19 01:29:45 +0000
committerGravatar Sadie Powell2020-02-19 01:29:45 +0000
commit7bdd72f634f994dcbd9bfbc865d0087143fb748d (patch)
tree11784350f097d56704426e604fdc0009ec35afb2 /src/modules/m_cban.cpp
parentMove FindNickOnly to UserManager. (diff)
parentBump the module ABI version. (diff)
downloadinspircd++-7bdd72f634f994dcbd9bfbc865d0087143fb748d.tar.gz
inspircd++-7bdd72f634f994dcbd9bfbc865d0087143fb748d.tar.bz2
inspircd++-7bdd72f634f994dcbd9bfbc865d0087143fb748d.zip
Merge branch 'insp3' into master.
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 2e786adbc..5c97914e3 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;
}