Back out chanroles.

While what chanroles are trying to accomplish is a good idea, it is
apparently unclear this is the proper way to do it. Until we figure out
the exact way we wish to do this, it should be reverted for now.
This commit is contained in:
Elizabeth Jennifer Myers 2011-07-07 21:24:14 -04:00
parent e1ee78ae30
commit 7eec45bc9d
10 changed files with 14 additions and 165 deletions

View 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))
{