diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-15 15:29:59 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-15 15:29:59 +0100 |
commit | 1c6db3768127f5d011e19dc7dfd8b7f7f8690205 (patch) | |
tree | a17abb1a33383c708f19e4e3fb8c98f666581dd4 /modules | |
parent | 5c2fc1ceddd808df93e1aa477e5ddd7cc268f4a7 (diff) |
Fix a typo in cs_unban.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/chanserv/cs_unban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_unban.cpp b/modules/chanserv/cs_unban.cpp index d87388bc2..d0dae5e73 100644 --- a/modules/chanserv/cs_unban.cpp +++ b/modules/chanserv/cs_unban.cpp @@ -102,7 +102,7 @@ public: { if (IRCD->CanClearModes.count(mode->name)) { - IRCD->SendClearModes(ci->WhoSends(), ci->c, source.GetUser(), mode->name); + IRCD->SendClearModes(ci->WhoSends(), ci->c, u2, mode->name); continue; } |