mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
cstemplate: set private on
cstemplate_freenode has it off.
This commit is contained in:
parent
bd40a20cd9
commit
5564d5eae6
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user