diff options
| author | 2026-03-26 22:52:31 +0000 | |
|---|---|---|
| committer | 2026-03-26 22:52:31 +0000 | |
| commit | 5c9b23907a3cbffdcf940582afa2e9805f99e1a8 (patch) | |
| tree | 9a33e7d4cf781ae94966985560a5be40d95ef6be /modules/deaf.cpp | |
| parent | Switch typedefs to using statements. (diff) | |
Move CUList to be declared inside User.
Diffstat (limited to 'modules/deaf.cpp')
| -rw-r--r-- | modules/deaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/deaf.cpp b/modules/deaf.cpp index 193e5e7bd..1c43bfbe2 100644 --- a/modules/deaf.cpp +++ b/modules/deaf.cpp @@ -83,7 +83,7 @@ private: std::string deaf_bypasschars_service; bool privdeafservice; - ModResult HandleChannel(User* source, Channel* target, CUList& exemptions, bool is_bypasschar, bool is_bypasschar_service) + ModResult HandleChannel(User* source, Channel* target, User::List& exemptions, bool is_bypasschar, bool is_bypasschar_service) { for (const auto& [member, _] : target->GetUsers()) { |
