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; }