From 5564d5eae639f4e71ef81b95286f6386911eb9eb Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 1 Nov 2014 10:45:53 +0200 Subject: [PATCH] cstemplate: set private on cstemplate_freenode has it off. --- irc/atheme/cstemplate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/irc/atheme/cstemplate b/irc/atheme/cstemplate index 369580f..5fc14d1 100755 --- a/irc/atheme/cstemplate +++ b/irc/atheme/cstemplate @@ -13,8 +13,8 @@ echo "/cs set $1 GUARD ON" # Disables ChanServ MLOCK echo "/cs set $1 MLOCK" -# Allow channel information to be seen -echo "/cs set $1 PRIVATE OFF" +# Hide channel information from people who don't have +A +echo "/cs set $1 PRIVATE ON" # Sync flags when they are changed echo "/cs set $1 NOSYNC OFF"