]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_kick.c
Have KICK not show snotes when you're opped in the channel and you have
[irc/rqf/shadowircd.git] / modules / core / m_kick.c
index 12bf5de868d7187aa0083f2967353437b257d64d..e807212f673c0390051fb8399dfc3c13ec4c8473 100644 (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
                                {