From f9373221a388954bf7311344ac1d829bfd54bf3c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 19 Nov 2014 16:19:30 +0200 Subject: [PATCH] cstemplate_freenode: act that +aqh don't exist They are too difficult for me to keep and freenode doesn't even have them. --- irc/atheme/cstemplate_freenode | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/irc/atheme/cstemplate_freenode b/irc/atheme/cstemplate_freenode index 59ddc34..0fdac82 100755 --- a/irc/atheme/cstemplate_freenode +++ b/irc/atheme/cstemplate_freenode @@ -33,29 +33,23 @@ echo "/cs set $1 VERBOSE ON" ## ChanServ templates # Channel founder who can do anything they want. -echo "/cs template $1 founder !-aqOVH+*F" +echo "/cs template $1 founder !-OV+*F" # Successor will get all flags in the end and if they cannot be trusted # with them now, they really shouldn't be successor. -echo "/cs template $1 successor !-aqOVH+*S" +echo "/cs template $1 successor !-OV+*S" # Super op, be able to do everything with services -echo "/cs template $1 sop !-aqOVH+*" +echo "/cs template $1 sop !-OV+*" # Normal op, be able to invite, invite, kick, kickban, unban, change topic # 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 !-*+voirtAoeh" +echo "/cs template $1 op !-*+voirtAoe" # Auto-op same as above, but gets auto-opped -echo "/cs template $1 aop !-*+OHvoirtAoe" - -# Half op, be able to do everything else than kick other halfops & higher -echo "/cs template $1 hop !-*+virtAhe" - -# Above, but also auto-hop -echo "/cs template $1 ahop !-*+virtAeHh" +echo "/cs template $1 aop !-*+OvoirtAoe" # Permanent ban. Removes all flags and sets autokick. echo "/cs template $1 ban !-*+b"