From ac9626e6e4ee93e1376cb7acf7cd983b6721a741 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 22 Aug 2015 19:32:32 +0300 Subject: [PATCH] irc/atheme/cstemplate: move verbose on top --- irc/atheme/cstemplate | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/irc/atheme/cstemplate b/irc/atheme/cstemplate index afe1e6f..24d886a 100755 --- a/irc/atheme/cstemplate +++ b/irc/atheme/cstemplate @@ -7,6 +7,9 @@ # enough. ## ChanServ settings +# Allows everyone to see ACL changes. +echo "/cs set $1 VERBOSE ON" + # Tell ChanServ to be on channel. Not needed for larger channels echo "/cs set $1 GUARD ON" @@ -48,9 +51,6 @@ echo "/cs set $1 SECURE ON" # Allow only users with +t flag to change topic echo "/cs set $1 TOPICLOCK ON" -# Allows everyone to see ACL changes. -echo "/cs set $1 VERBOSE ON" - ## ChanServ templates # Channel founder who can do anything they want. echo "/cs template $1 founder !+*F"