Browse Source

Merge pull request #1680 from tamiko/master

update ChanServ OP command documentation
tags/v2.8.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
94afd012fb
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/chanserv.go

+ 1
- 1
irc/chanserv.go View File

@@ -29,7 +29,7 @@ var (
29 29
 			help: `Syntax: $bOP #channel [nickname]$b
30 30
 
31 31
 OP makes the given nickname, or yourself, a channel admin. You can only use
32
-this command if you're the founder of the channel.`,
32
+this command if you're a founder or in the AMODEs of the channel.`,
33 33
 			helpShort:    `$bOP$b makes the given user (or yourself) a channel admin.`,
34 34
 			authRequired: true,
35 35
 			enabled:      chanregEnabled,

Loading…
Cancel
Save