summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPeter Tseng <pht24@cornell.edu>2015-02-01 13:43:42 +0000
committerAdam <Adam@anope.org>2015-03-11 14:44:38 -0400
commitbf727285bcf7c7c95c2b2b43faa3d1fa13bad6fb (patch)
tree9c036c5646989fe436fce4d4e7d651e722b203c0 /data
parent310e95a92e64a9546247fe57d4643328fa4ebe9b (diff)
SendConfirmMail: Replace %E with new email
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.
Diffstat (limited to 'data')
-rw-r--r--data/example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index 0db803f62..a85e4df5e 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -1018,7 +1018,7 @@ mail
emailchange_subject = "Email confirmation"
emailchange_message = "Hi,
- You have requested to change your email address to %e.
+ You have requested to change your email address from %e to %E.
Please type \" /msg NickServ CONFIRM %c \" to confirm this change.
If you don't know why this mail was sent to you, please ignore it silently.