cstemplate: add +e to everyone higher than user

excempt from +b and ability to unban themselves.
This commit is contained in:
Mikaela Suomalainen 2014-10-26 19:29:29 +02:00
parent 1e404c3ec9
commit bd40a20cd9
2 changed files with 9 additions and 9 deletions

View File

@ -40,21 +40,21 @@ echo "/cs template $1 successor !+*S"
echo "/cs template $1 sop !-q+*"
# Normal op, be able to invite, invite, kick, kickban, unban, change topic
echo "/cs template $1 op !+vVoirtAOHh"
echo "/cs template $1 op !+vVoirtAOHhe"
# Half op, be able to do everything else than kick other halfops & higher
echo "/cs template $1 hop !+vVirtAHh"
echo "/cs template $1 hop !+vVirtAHhe"
# 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.
echo "/cs template $1 oper !+voirtAh"
echo "/cs template $1 oper !+voirtAhe"
# Bot which doesn't need to be able to do so much.
echo "/cs template $1 bot !+OoirtHh"
echo "/cs template $1 bot !+OoirtHhe"
# Half op bot which doesn't need to be able to do even that much
echo "/cs template $1 hbot !+Hhirt"
echo "/cs template $1 hbot !+Hhirte"
# User who is just allowed to voice themselves and get into the channel
# unless they are banned.

View File

@ -46,16 +46,16 @@ echo "/cs template $1 sop !-aqOVH+*"
# give this also to $OPER or network operator host
# start by disabling oper as it causes conflict otherwise
echo "/cs template $1 oper -*"
echo "/cs template $1 op !-*+voirtAo"
echo "/cs template $1 op !-*+voirtAoe"
# Half op, be able to do everything else than kick other halfops & higher
echo "/cs template $1 hop !-*+virtAh"
echo "/cs template $1 hop !-*+virtAhe"
# Bot which doesn't need to be able to do so much.
echo "/cs template $1 bot !-*+Ooirt"
echo "/cs template $1 bot !-*+Ooirte"
# Half op bot which doesn't need to be able to do even that much
echo "/cs template $1 hbot !-*+Hhirt"
echo "/cs template $1 hbot !-*+Hhirte"
# Permanent ban. Removes all flags and sets autokick.
echo "/cs template $1 ban !-*+b"