diff options
| author | 2026-03-26 22:52:31 +0000 | |
|---|---|---|
| committer | 2026-03-26 22:52:31 +0000 | |
| commit | 5c9b23907a3cbffdcf940582afa2e9805f99e1a8 (patch) | |
| tree | 9a33e7d4cf781ae94966985560a5be40d95ef6be /modules/opmoderated.cpp | |
| parent | Switch typedefs to using statements. (diff) | |
Move CUList to be declared inside User.
Diffstat (limited to 'modules/opmoderated.cpp')
| -rw-r--r-- | modules/opmoderated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/opmoderated.cpp b/modules/opmoderated.cpp index 96bea4569..bc20b6a21 100644 --- a/modules/opmoderated.cpp +++ b/modules/opmoderated.cpp @@ -31,7 +31,7 @@ private: ExtBan::Acting extban; SimpleChannelMode mode; - ModResult HandleMessage(User* user, MessageTarget& target, CUList& exemptions) + ModResult HandleMessage(User* user, MessageTarget& target, User::List& exemptions) { // We only handle messages from local users. if (!user->IsLocal()) |
