1
0
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:
Adam
2014-12-05 17:27:08 -05:00
parent 4fc71bb22f
commit afffeb0a1d
9 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -727,7 +727,7 @@ class OSSession : public Module
}
else
{
u->Kill(OperServ ? OperServ->nick : "", "Session limit exceeded");
u->Kill(OperServ, "Session limit exceeded");
}
}
}