From a95c77bb864e929186da8b6b7a152373cb9f7b81 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 1 Apr 2018 23:07:49 +1000 Subject: [PATCH] Remove old command line that's no longer valid --- irc/accounts.go | 1 - 1 file changed, 1 deletion(-) diff --git a/irc/accounts.go b/irc/accounts.go index 4487cb7f..21171b96 100644 --- a/irc/accounts.go +++ b/irc/accounts.go @@ -241,7 +241,6 @@ func (am *AccountManager) dispatchMailtoCallback(client *Client, casefoldedAccou 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", - fmt.Sprintf("/ACC VERIFY %s %s", casefoldedAccount, code) + "\r\n", fmt.Sprintf("/MSG NickServ VERIFY %s %s", casefoldedAccount, code) + "\r\n", }