From bd40a20cd9cfc0172e9515b019d786121d233aaf Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 26 Oct 2014 19:29:29 +0200 Subject: [PATCH] cstemplate: add +e to everyone higher than user excempt from +b and ability to unban themselves. --- irc/atheme/cstemplate | 10 +++++----- irc/atheme/cstemplate_freenode | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/irc/atheme/cstemplate b/irc/atheme/cstemplate index 1dd2b2f..369580f 100755 --- a/irc/atheme/cstemplate +++ b/irc/atheme/cstemplate @@ -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. diff --git a/irc/atheme/cstemplate_freenode b/irc/atheme/cstemplate_freenode index d20091d..b9af4e8 100755 --- a/irc/atheme/cstemplate_freenode +++ b/irc/atheme/cstemplate_freenode @@ -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"