irc/cstemplate: add hop & hbot

half op & half op bot
This commit is contained in:
Mikaela Suomalainen 2014-09-28 12:10:09 +03:00
parent e54f4dbb87
commit f48826825b

View File

@ -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"