]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_kick.c
Automated merge with ssh://hg@bitbucket.org/uranium/shadowircd/
[irc/rqf/shadowircd.git] / modules / core / m_kick.c
index 841485f871b912ebae3d8fe79c9598b8c4518859..4eb2cfae0dde1a5346034968f95385075fec981a 100644 (file)
@@ -97,7 +97,7 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p
                        return 0;
                }
 
-               if(!is_chanop(msptr))
+               if(!is_chanop(msptr) && !IsOverride(source_p))
                {
                        if(MyConnect(source_p))
                        {