From 6cfd8eadc9621766f6204d968a5914c739edc1a7 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 6 Jun 2021 13:57:48 -0500 Subject: [PATCH] update ChanServ OP command documentation Commit 7ce396931cff32558112c65e1f9c93aacc5c7a1f introduced the ability that every user with an account in the AMODE list of a channel can use the OP command to restore their modes. Update the chanserv help message accordingly. --- irc/chanserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/chanserv.go b/irc/chanserv.go index e6995932..ec5c421c 100644 --- a/irc/chanserv.go +++ b/irc/chanserv.go @@ -29,7 +29,7 @@ var ( help: `Syntax: $bOP #channel [nickname]$b OP makes the given nickname, or yourself, a channel admin. You can only use -this command if you're the founder of the channel.`, +this command if you're a founder or in the AMODEs of the channel.`, helpShort: `$bOP$b makes the given user (or yourself) a channel admin.`, authRequired: true, enabled: chanregEnabled,