1
0
Fork 0
forked from External/ergo

Merge remote-tracking branch 'origin/master' into issue702

This commit is contained in:
Shivaram Lingamneni 2019-12-23 11:32:15 -05:00
commit 7a6925fa3f
12 changed files with 680 additions and 97 deletions

View file

@ -491,7 +491,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",
}