mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-17 23:51:53 +01:00
Remove space in KILL log message.
This commit is contained in:
parent
f30251205f
commit
72e089f784
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue