Make it so that halfops cannot set +-h

This commit is contained in:
B.Greenham 2010-03-01 20:12:11 -05:00
parent 2f3b62d0ad
commit 1a9821cd51
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ chm_halfop(struct Client *source_p, struct Channel *chptr,
return;
}
if(alevel != CHFL_CHANOP && alevel != CHFL_OWNER && alevel != CHFL_HALFOP)
if(alevel != CHFL_CHANOP && alevel != CHFL_OWNER)
{
if(!(*errors & SM_ERR_NOOPS))
sendto_one(source_p, form_str(ERR_CHANOPRIVSNEEDED),