summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-15 15:29:59 +0100
committerSadie Powell <sadie@witchery.services>2025-04-15 15:29:59 +0100
commit1c6db3768127f5d011e19dc7dfd8b7f7f8690205 (patch)
treea17abb1a33383c708f19e4e3fb8c98f666581dd4 /modules
parent5c2fc1ceddd808df93e1aa477e5ddd7cc268f4a7 (diff)
Fix a typo in cs_unban.
Diffstat (limited to 'modules')
-rw-r--r--modules/chanserv/cs_unban.cpp2
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;
}