diff options
Diffstat (limited to 'modules/commands/os_chankill.cpp')
-rw-r--r-- | modules/commands/os_chankill.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_chankill.cpp b/modules/commands/os_chankill.cpp index 8b56eb3c2..bbfb5121b 100644 --- a/modules/commands/os_chankill.cpp +++ b/modules/commands/os_chankill.cpp @@ -82,7 +82,7 @@ class CommandOSChanKill : public Command XLine *x = new XLine("*@" + uc->user->host, u->nick, expires, realreason, XLineManager::GenerateUID()); akills->AddXLine(x); - akills->Check(uc->user); + akills->OnMatch(uc->user, x); } Log(LOG_ADMIN, u, this) << "on " << c->name << " (" << realreason << ")"; |