aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
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 /include/modules
parentSwitch typedefs to using statements. (diff)
Move CUList to be declared inside User.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/ctctags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/ctctags.h b/include/modules/ctctags.h
index 341c30a0b..7d0c94c20 100644
--- a/include/modules/ctctags.h
+++ b/include/modules/ctctags.h
@@ -102,7 +102,7 @@ public:
bool update_idle = true;
/** The users who are exempted from receiving this message. */
- CUList exemptions;
+ User::List exemptions;
/** IRCv3 message tags sent to the server by the user. */
const ClientProtocol::TagMap tags_in;