aboutsummaryrefslogtreecommitdiffstats
path: root/modules/channames.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/channames.cpp
parentSwitch typedefs to using statements. (diff)
Move CUList to be declared inside User.
Diffstat (limited to 'modules/channames.cpp')
-rw-r--r--modules/channames.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/channames.cpp b/modules/channames.cpp
index f244e15a4..de6373160 100644
--- a/modules/channames.cpp
+++ b/modules/channames.cpp
@@ -121,7 +121,7 @@ public:
ValidateChans();
}
- void OnUserKick(User* source, Membership* memb, const std::string& reason, CUList& except_list) override
+ void OnUserKick(User* source, Membership* memb, const std::string& reason, User::List& except_list) override
{
if (badchan)
{