cstemplate: set private on

cstemplate_freenode has it off.
This commit is contained in:
Mikaela Suomalainen 2014-11-01 10:45:53 +02:00
parent bd40a20cd9
commit 5564d5eae6

View File

@ -13,8 +13,8 @@ echo "/cs set $1 GUARD ON"
# Disables ChanServ MLOCK # Disables ChanServ MLOCK
echo "/cs set $1 MLOCK" echo "/cs set $1 MLOCK"
# Allow channel information to be seen # Hide channel information from people who don't have +A
echo "/cs set $1 PRIVATE OFF" echo "/cs set $1 PRIVATE ON"
# Sync flags when they are changed # Sync flags when they are changed
echo "/cs set $1 NOSYNC OFF" echo "/cs set $1 NOSYNC OFF"