Remove space in KILL log message.

This commit is contained in:
Bram Matthys 2016-06-25 09:33:34 +02:00
parent f30251205f
commit 72e089f784

View file

@ -194,7 +194,7 @@ CMD_FUNC(m_kill)
IsHidden(acptr) ? acptr->user->virthost : acptr->user->realhost,
sptr->name, inpath, path);
ircd_log(LOG_KILL, "KILL (%s) by %s(%s!%s)",
ircd_log(LOG_KILL, "KILL (%s) by %s(%s!%s)",
make_nick_user_host(acptr->name, acptr->user->username, GetHost(acptr)),
sptr->name, inpath, path);