From d9362c714d4668719962c69429fd3bd5a273e8d6 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Sep 2014 12:13:26 +0300 Subject: [PATCH] irc/cstemplate: fix hop If hop cannot halfop other people directly, they shouldn't be able to do it with ChanServ either. --- irc/cstemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/cstemplate b/irc/cstemplate index c78d02c..1f3ffb2 100755 --- a/irc/cstemplate +++ b/irc/cstemplate @@ -23,7 +23,7 @@ echo "/msg ChanServ template $1 sop !+*" echo "/msg ChanServ template $1 op !+vVoirtAO" # Half op, be able to do everything else than kick ops -echo "/msg ChanServ template $1 hop !+vVhirtAH" +echo "/msg ChanServ template $1 hop !+vVirtAH" # Network operator whom we want to have a little access so they can help # with channel issues in case our own ops are away.