mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
irc/cstemplate: fix comment for halfop
they cannot kick halfops or higher while the previous comment talked only about ops.
This commit is contained in:
parent
cfa4a8b3c3
commit
91532a5bc9
@ -22,7 +22,7 @@ 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"
|
||||||
|
|
||||||
# Half op, be able to do everything else than kick ops
|
# Half op, be able to do everything else than kick other halfops & higher
|
||||||
echo "/msg ChanServ template $1 hop !+vVirtAH"
|
echo "/msg ChanServ template $1 hop !+vVirtAH"
|
||||||
|
|
||||||
# Network operator whom we want to have a little access so they can help
|
# Network operator whom we want to have a little access so they can help
|
||||||
|
Loading…
Reference in New Issue
Block a user