From cfa4a8b3c3ff287ce83356edbb8b5d4941a1423d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Sep 2014 12:31:32 +0300 Subject: [PATCH] irc/cstemplate: make sop protected I think cstemplate now has all channel statuses unless there are some really exotic ones. Next: someone else should check if these are still sane. --- irc/cstemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/cstemplate b/irc/cstemplate index 1f3ffb2..10edba9 100755 --- a/irc/cstemplate +++ b/irc/cstemplate @@ -17,7 +17,7 @@ echo "/msg ChanServ template $1 founder !+*F" echo "/msg ChanServ template $1 successor !+*S" # Super op, be able to do everything with services -echo "/msg ChanServ template $1 sop !+*" +echo "/msg ChanServ template $1 sop !+*-q" # Normal op, be able to invite, invite, kick, kickban, unban, change topic echo "/msg ChanServ template $1 op !+vVoirtAO"