irc/atheme/cstemplate: move verbose on top

This commit is contained in:
Aminda Suomalainen 2015-08-22 19:32:32 +03:00
parent 2643b31c24
commit ac9626e6e4

View File

@ -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"