mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
irc/atheme/cstemplate: move verbose on top
This commit is contained in:
parent
2643b31c24
commit
ac9626e6e4
@ -7,6 +7,9 @@
|
|||||||
# enough.
|
# enough.
|
||||||
|
|
||||||
## ChanServ settings
|
## 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
|
# Tell ChanServ to be on channel. Not needed for larger channels
|
||||||
echo "/cs set $1 GUARD ON"
|
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
|
# Allow only users with +t flag to change topic
|
||||||
echo "/cs set $1 TOPICLOCK ON"
|
echo "/cs set $1 TOPICLOCK ON"
|
||||||
|
|
||||||
# Allows everyone to see ACL changes.
|
|
||||||
echo "/cs set $1 VERBOSE ON"
|
|
||||||
|
|
||||||
## ChanServ templates
|
## ChanServ templates
|
||||||
# Channel founder who can do anything they want.
|
# Channel founder who can do anything they want.
|
||||||
echo "/cs template $1 founder !+*F"
|
echo "/cs template $1 founder !+*F"
|
||||||
|
Loading…
Reference in New Issue
Block a user