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

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
Changes
src/modules

View file

@ -1273,3 +1273,4 @@
- Fixed desynch problem with +Q, reported by tabrisnet (#0002992).
- Updated doc/coding-guidelines
- Added bugs.* url to /info, was still showing some email address.
- Fixed forgotten operoverride logmessage (kick if chan +Q), reported in #2889.

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 */