From 1a9821cd5104596cac3cce5669f62bb8cb8c4691 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Mon, 1 Mar 2010 20:12:11 -0500 Subject: [PATCH] Make it so that halfops cannot set +-h --- src/chmode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chmode.c b/src/chmode.c index 47d8926..52912b6 100644 --- a/src/chmode.c +++ b/src/chmode.c @@ -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),