From 1c6db3768127f5d011e19dc7dfd8b7f7f8690205 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 15 Apr 2025 15:29:59 +0100 Subject: Fix a typo in cs_unban. --- modules/chanserv/cs_unban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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; } -- cgit