mirror of
https://github.com/anope/anope.git
synced 2026-07-04 22:33:12 +02:00
Update Kill() calls to pass source pointer instead of name
This commit is contained in:
@@ -727,7 +727,7 @@ class OSSession : public Module
|
||||
}
|
||||
else
|
||||
{
|
||||
u->Kill(OperServ ? OperServ->nick : "", "Session limit exceeded");
|
||||
u->Kill(OperServ, "Session limit exceeded");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user