1
0
Fork 0
forked from External/ergo

Merge pull request #692 from slingamn/issue683_channelpurge.1

chanserv enhancements and miscellaneous fixes
This commit is contained in:
Shivaram Lingamneni 2019-12-22 10:41:24 -05:00 committed by GitHub
commit bf5a02f077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 680 additions and 97 deletions

View file

@ -490,7 +490,7 @@ func (am *AccountManager) dispatchMailtoCallback(client *Client, casefoldedAccou
fmt.Sprintf(client.t("Account: %s"), casefoldedAccount) + "\r\n",
fmt.Sprintf(client.t("Verification code: %s"), code) + "\r\n",
"\r\n",
client.t("To verify your account, issue one of these commands:") + "\r\n",
client.t("To verify your account, issue the following command:") + "\r\n",
fmt.Sprintf("/MSG NickServ VERIFY %s %s", casefoldedAccount, code) + "\r\n",
}