diff options
| author | 2026-03-26 22:52:31 +0000 | |
|---|---|---|
| committer | 2026-03-26 22:52:31 +0000 | |
| commit | 5c9b23907a3cbffdcf940582afa2e9805f99e1a8 (patch) | |
| tree | 9a33e7d4cf781ae94966985560a5be40d95ef6be /modules/clearchan.cpp | |
| parent | Switch typedefs to using statements. (diff) | |
Move CUList to be declared inside User.
Diffstat (limited to 'modules/clearchan.cpp')
| -rw-r--r-- | modules/clearchan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/clearchan.cpp b/modules/clearchan.cpp index fc822bd79..79ca66ce5 100644 --- a/modules/clearchan.cpp +++ b/modules/clearchan.cpp @@ -201,7 +201,7 @@ public: } } - void OnUserKick(User* source, Membership* memb, const std::string& reason, CUList& excepts) override + void OnUserKick(User* source, Membership* memb, const std::string& reason, User::List& excepts) override { // Hide the KICK from all non-opers User* leaving = memb->user; |
