mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 17:26:38 +02:00
- Fixed forgotten operoverride logmessage (kick if chan +Q), reported in #2889.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user