diff options
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index 6afb2cd07..beff0a919 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -715,7 +715,7 @@ void CharybdisProto::SendAkill(const char *user, const char *host, const char *w send_cmd(UseTS6 ? (bi ? bi->uid.c_str() : s_OperServ) : s_OperServ, "KLINE * %ld %s %s :%s", static_cast<long>(expires - time(NULL)), user, host, reason); } -void CharybdisProto::SendSVSKill(const char *source, const char *user, const char *buf) +void CharybdisProto::SendSVSKillInternal(const char *source, const char *user, const char *buf) { if (!source || !user || !buf) return; BotInfo *bi = findbot(source); |