1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 09:33:13 +02:00

- Fixed forgotten operoverride logmessage (kick if chan +Q), reported in #2889.

This commit is contained in:
Bram Matthys
2006-08-03 10:51:05 +00:00
parent 21eb4e5b5d
commit 4e26a3d494
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -190,6 +190,9 @@ CMD_FUNC(m_kick)
"*** OperOverride -- %s (%s@%s) KICK %s %s (%s)",
sptr->name, sptr->user->username, sptr->user->realhost,
chptr->chname, who->name, comment);
ircd_log(LOG_OVERRIDE,"OVERRIDE: %s (%s@%s) KICK %s %s (%s)",
sptr->name, sptr->user->username, sptr->user->realhost,
chptr->chname, who->name, comment);
goto attack; /* No reason to continue.. */
}
/* Store "who" access flags */