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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user