From e54d8cfcd92b098017e10bb067fd1a52d4a9c8cf Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 2 Feb 2021 15:27:24 -0500 Subject: [PATCH] fix duplicated word in CS AMODE help --- irc/chanserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/chanserv.go b/irc/chanserv.go index 3531e57c..d322e343 100644 --- a/irc/chanserv.go +++ b/irc/chanserv.go @@ -76,7 +76,7 @@ invoking the command without a code will display the necessary code.`, help: `Syntax: $bAMODE #channel [mode change] [account]$b AMODE lists or modifies persistent mode settings that affect channel members. -For example, $bAMODE #channel +o dan$b grants the the holder of the "dan" +For example, $bAMODE #channel +o dan$b grants the holder of the "dan" account the +o operator mode every time they join #channel. To list current accounts and modes, use $bAMODE #channel$b. Note that users are always referenced by their registered account names, not their nicknames.`,