From d74879e504099dfbabae86441ce7cbb7bb523005 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 11 Jan 2015 16:54:31 +0200 Subject: [PATCH] specify flags directly in cstemplate don't play with wildcards which already had one issue (oper getting autohopped)... --- irc/atheme/cstemplate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/irc/atheme/cstemplate b/irc/atheme/cstemplate index b4c9dfc..0a832c5 100755 --- a/irc/atheme/cstemplate +++ b/irc/atheme/cstemplate @@ -37,18 +37,18 @@ echo "/cs template $1 founder !+*F" echo "/cs template $1 successor !+*S" # Super op, be able to do everything with services -echo "/cs template $1 sop !-aq+*" +echo "/cs template $1 sop !+vVhHoOasirRftAe" # Normal op, be able to invite, invite, kick, kickban, unban, change topic -echo "/cs template $1 op !+*-Rfaqs" +echo "/cs template $1 op !+vVhHoOirtAe" # Half op, be able to do everything else than kick other halfops & higher -echo "/cs template $1 hop !+vVhHirtAe-asq" +echo "/cs template $1 hop !+vVhHirtAe" # 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 !+*-RfOVaqsH" +echo "/cs template $1 oper !+vhoirtAe" # User who is just allowed to voice themselves and get into the channel # unless they are banned.