mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-31 15:32:26 +01:00
- Fixed forgotten operoverride logmessage (kick if chan +Q), reported in #2889.
This commit is contained in:
parent
21eb4e5b5d
commit
4e26a3d494
2 changed files with 4 additions and 0 deletions
1
Changes
1
Changes
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue