mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
cstemplate: add ChanServ settings
This commit is contained in:
parent
6590010396
commit
959b35bcd4
@ -6,9 +6,26 @@
|
|||||||
# voiced. I am not fully sure where I took the word "users", but it's good
|
# voiced. I am not fully sure where I took the word "users", but it's good
|
||||||
# enough.
|
# enough.
|
||||||
|
|
||||||
|
## ChanServ settings
|
||||||
|
# Tell ChanServ to be on channel. Not needed for larger channels
|
||||||
|
echo "/msg ChanServ set $1 GUARD ON"
|
||||||
|
|
||||||
|
# Disables ChanServ MLOCK
|
||||||
|
echo "/msg ChanServ set $1 MLOCK"
|
||||||
|
|
||||||
|
# Allow channel information to be seen
|
||||||
|
echo "/msg ChanServ set $1 PRIVATE OFF"
|
||||||
|
|
||||||
|
# Allow only identified users to be opped
|
||||||
|
echo "/msg ChanServ set $1 SECURE ON"
|
||||||
|
|
||||||
|
# Allow only users with +t flag to change topic
|
||||||
|
echo "/msg ChanServ set $1 TOPICLOCK ON"
|
||||||
|
|
||||||
# Allows everyone to see ACL changes.
|
# Allows everyone to see ACL changes.
|
||||||
echo "/msg ChanServ set $1 VERBOSE ON"
|
echo "/msg ChanServ set $1 VERBOSE ON"
|
||||||
|
|
||||||
|
## ChanServ templates
|
||||||
# Channel founder who can do anything they want.
|
# Channel founder who can do anything they want.
|
||||||
echo "/msg ChanServ template $1 founder !+*F"
|
echo "/msg ChanServ template $1 founder !+*F"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user