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:
parent
e1ee78ae30
commit
7eec45bc9d
10 changed files with 14 additions and 165 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue