]> jfr.im git - solanum.git/blobdiff - modules/core/m_kick.c
Back out chanroles.
[solanum.git] / modules / core / m_kick.c
index e66f52e712f605da6c9794c54948a832514a9dbe..eb72d1c9cbbe1d59e3154d2d5a610fc9f4840379 100644 (file)
@@ -97,7 +97,7 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p
                        return 0;
                }
 
-               if(get_channel_access(source_p, msptr, CHANROLE_KICK) < CHFL_CHANOP)
+               if(get_channel_access(source_p, msptr) < CHFL_CHANOP)
                {
                        if(MyConnect(source_p))
                        {