Have KICK not show snotes when you're opped in the channel and you have

override on.
This commit is contained in:
JD Horelick 2010-03-03 22:34:44 -05:00
parent 90e68bbebf
commit ccd2e3b8ee
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p
{
if(MyConnect(source_p))
{
if(IsOverride(source_p))
if(IsOverride(source_p) & !is_any_op(msptr))
is_override = 1;
else
{