From 959b35bcd4eebe499298a00d211c89a6daffe2b1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 12 Oct 2014 16:52:44 +0300 Subject: [PATCH] cstemplate: add ChanServ settings --- irc/atheme/cstemplate | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/irc/atheme/cstemplate b/irc/atheme/cstemplate index e18299a..6a7b512 100755 --- a/irc/atheme/cstemplate +++ b/irc/atheme/cstemplate @@ -6,9 +6,26 @@ # voiced. I am not fully sure where I took the word "users", but it's good # 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. echo "/msg ChanServ set $1 VERBOSE ON" +## ChanServ templates # Channel founder who can do anything they want. echo "/msg ChanServ template $1 founder !+*F"