Procházet zdrojové kódy

Merge pull request #1680 from tamiko/master

update ChanServ OP command documentation
tags/v2.8.0-rc1
Shivaram Lingamneni před 2 roky
rodič
revize
94afd012fb
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      irc/chanserv.go

+ 1
- 1
irc/chanserv.go Zobrazit soubor

@@ -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,

Načítá se…
Zrušit
Uložit