From 91532a5bc90782ff58b0b0df20c915ae94c76c7c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 28 Sep 2014 12:52:54 +0300 Subject: [PATCH] irc/cstemplate: fix comment for halfop they cannot kick halfops or higher while the previous comment talked only about ops. --- irc/cstemplate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/cstemplate b/irc/cstemplate index 10edba9..e18299a 100755 --- a/irc/cstemplate +++ b/irc/cstemplate @@ -22,7 +22,7 @@ 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" -# 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" # Network operator whom we want to have a little access so they can help