Explorar el Código

fix duplicated word in CS AMODE help

tags/v2.5.1
Shivaram Lingamneni hace 3 años
padre
commit
e54d8cfcd9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      irc/chanserv.go

+ 1
- 1
irc/chanserv.go Ver fichero

@@ -76,7 +76,7 @@ invoking the command without a code will display the necessary code.`,
76 76
 			help: `Syntax: $bAMODE #channel [mode change] [account]$b
77 77
 
78 78
 AMODE lists or modifies persistent mode settings that affect channel members.
79
-For example, $bAMODE #channel +o dan$b grants the the holder of the "dan"
79
+For example, $bAMODE #channel +o dan$b grants the holder of the "dan"
80 80
 account the +o operator mode every time they join #channel. To list current
81 81
 accounts and modes, use $bAMODE #channel$b. Note that users are always
82 82
 referenced by their registered account names, not their nicknames.`,

Loading…
Cancelar
Guardar