aboutsummaryrefslogtreecommitdiffstats
path: root/modules/joinflood.cpp
diff options
context:
space:
mode:
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())