mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Remove old command line that's no longer valid
This commit is contained in:
parent
7aea6af8db
commit
a95c77bb86
@ -241,7 +241,6 @@ func (am *AccountManager) dispatchMailtoCallback(client *Client, casefoldedAccou
|
|||||||
fmt.Sprintf(client.t("Verification code: %s"), code) + "\r\n",
|
fmt.Sprintf(client.t("Verification code: %s"), code) + "\r\n",
|
||||||
"\r\n",
|
"\r\n",
|
||||||
client.t("To verify your account, issue one of these commands:") + "\r\n",
|
client.t("To verify your account, issue one of these commands:") + "\r\n",
|
||||||
fmt.Sprintf("/ACC VERIFY %s %s", casefoldedAccount, code) + "\r\n",
|
|
||||||
fmt.Sprintf("/MSG NickServ VERIFY %s %s", casefoldedAccount, code) + "\r\n",
|
fmt.Sprintf("/MSG NickServ VERIFY %s %s", casefoldedAccount, code) + "\r\n",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user