summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_unban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanserv/cs_unban.cpp')
-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;
}