aboutsummaryrefslogtreecommitdiffstats
path: root/modules/joinflood.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-26 22:52:31 +0000
committerGravatar Sadie Powell2026-03-26 22:52:31 +0000
commit5c9b23907a3cbffdcf940582afa2e9805f99e1a8 (patch)
tree9a33e7d4cf781ae94966985560a5be40d95ef6be /modules/joinflood.cpp
parentSwitch typedefs to using statements. (diff)
Move CUList to be declared inside User.
Diffstat (limited to 'modules/joinflood.cpp')
-rw-r--r--modules/joinflood.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/joinflood.cpp b/modules/joinflood.cpp
index f5d8596d9..90c3c844d 100644
--- a/modules/joinflood.cpp
+++ b/modules/joinflood.cpp
@@ -184,7 +184,7 @@ public:
return MOD_RES_PASSTHRU;
}
- void OnUserJoin(Membership* memb, bool sync, bool created, CUList& excepts) override
+ void OnUserJoin(Membership* memb, bool sync, bool created, User::List& excepts) override
{
/* We arent interested in JOIN events caused by a network burst */
if (sync || ignoreuntil > ServerInstance->Time())