mirror of
https://github.com/anope/anope.git
synced 2026-06-25 03:56:40 +02:00
bf727285bc
The old mailer message said the user is changing email "to %e", which is changing TO the OLD email. But instead, the user is actually changing the email to the new email. We could change %e to be the new email, but maybe some users of Anope have already configured their messages to assume %e is the old email. So instead, add a new %E that is replaced with the new email.