X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/c7c1673d10c6cd2f034e6c1dde4c8c9938b7b9a6..afe430eebba7b8a244e72441d8d98d90c1a7bdf9:/modules/core/m_kick.c diff --git a/modules/core/m_kick.c b/modules/core/m_kick.c index 4eb2cfa..841485f 100644 --- a/modules/core/m_kick.c +++ b/modules/core/m_kick.c @@ -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) && !IsOverride(source_p)) + if(!is_chanop(msptr)) { if(MyConnect(source_p)) {