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.
This commit is contained in:
Mikaela Suomalainen 2014-09-28 12:31:32 +03:00
parent d9362c714d
commit cfa4a8b3c3

View File

@ -17,7 +17,7 @@ echo "/msg ChanServ template $1 founder !+*F"
echo "/msg ChanServ template $1 successor !+*S" echo "/msg ChanServ template $1 successor !+*S"
# Super op, be able to do everything with services # 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 # Normal op, be able to invite, invite, kick, kickban, unban, change topic
echo "/msg ChanServ template $1 op !+vVoirtAO" echo "/msg ChanServ template $1 op !+vVoirtAO"