1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 14:53:13 +02:00

Fix a typo in cs_unban.

This commit is contained in:
Sadie Powell
2025-04-15 15:29:59 +01:00
parent 5c2fc1cedd
commit 1c6db37681
+1 -1
View File
@@ -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;
}