From f48826825bcb2f4406684a3eeef1e12a36651c88 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Sep 2014 12:10:09 +0300 Subject: [PATCH] irc/cstemplate: add hop & hbot half op & half op bot --- irc/cstemplate | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/irc/cstemplate b/irc/cstemplate index 4083df8..c78d02c 100755 --- a/irc/cstemplate +++ b/irc/cstemplate @@ -22,6 +22,9 @@ echo "/msg ChanServ template $1 sop !+*" # Normal op, be able to invite, invite, kick, kickban, unban, change topic 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" + # Network operator whom we want to have a little access so they can help # with channel issues in case our own ops are away. # Usually given to $OPER or staffer hostmask. @@ -30,6 +33,9 @@ echo "/msg ChanServ template $1 oper !+voirtA" # Bot which doesn't need to be able to do so much. echo "/msg ChanServ template $1 bot !+Oirt" +# Half op bot which doesn't need to be able to do even that much +echo "/msg ChanServ template $1 hbot !+Hirt" + # User who is just allowed to voice themselves and get into the channel # unless they are banned. echo "/msg ChanServ template $1 user !+ViA"