diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:42:57 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:52:41 +0000 |
commit | 4e04a11995a4f33b1247b856f3232d92c73f7883 (patch) | |
tree | 8eb18c9c142a09a25ff09aab7c6be470b33fe1d1 /data | |
parent | 76e5480be9f1d291214a7c74b2554c141762d253 (diff) |
Consistently use email instead of e-mail.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 14 | ||||
-rw-r--r-- | data/chanserv.example.conf | 2 | ||||
-rw-r--r-- | data/modules.example.conf | 2 | ||||
-rw-r--r-- | data/nickserv.example.conf | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 227cdd4bf..ab50aece9 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -918,7 +918,7 @@ opertype /* * [OPTIONAL] Mail Config * - * This section contains settings related to the use of e-mail from services. + * This section contains settings related to the use of email from services. * If the usemail directive is set to yes, unless specified otherwise, all other * directives are required. * @@ -938,7 +938,7 @@ mail /* * This is the command-line that will be used to call the mailer to send an - * e-mail. It must be called with all the parameters needed to make it + * email. It must be called with all the parameters needed to make it * scan the mail input to find the mail recipient; consult your mailer * documentation. * @@ -953,15 +953,15 @@ mail sendmailpath = "/usr/sbin/sendmail -t" /* - * This is the e-mail address from which all the e-mails are to be sent from. + * This is the email address from which all the emails are to be sent from. * It should really exist. */ sendfrom = "services@example.com" /* * This controls the minimum amount of time a user must wait before sending - * another e-mail after they have sent one. It also controls the minimum time - * a user must wait before they can receive another e-mail. + * another email after they have sent one. It also controls the minimum time + * a user must wait before they can receive another email. * * This feature prevents users from being mail bombed using services and * it is highly recommended that it be used. @@ -972,10 +972,10 @@ mail /* * If set, Anope will not put quotes around the TO: fields - * in e-mails. + * in emails. * * This directive is optional, and as far as we know, it's only needed - * if you are using ESMTP or QMail to send out e-mails. + * if you are using ESMTP or QMail to send out emails. */ #dontquoteaddresses = yes diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index d9b218da2..9ef703ed0 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1247,7 +1247,7 @@ command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/saset */ module { name = "cs_set_misc" } command { service = "ChanServ"; name = "SET URL"; command = "chanserv/set/misc"; misc_description = _("Associate a URL with the channel"); } -command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc"; misc_description = _("Associate an E-mail address with the channel"); } +command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc"; misc_description = _("Associate an email address with the channel"); } /* * cs_status diff --git a/data/modules.example.conf b/data/modules.example.conf index a6d3c2657..0520a8934 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -59,7 +59,7 @@ module { name = "help" } * SOA record information. */ - /* E-mail address of the DNS administrator. */ + /* Email address of the DNS administrator. */ admin = "admin@example.com" /* This should be the names of the public facing nameservers serving the records. */ diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 13af3b0bb..4a7b9158e 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -90,7 +90,7 @@ module * - kill_immed: Kill nick immediately if not identified, this one overrides both the killprotect * and kill_quick options and the killprotect option must be specified with this one * - ns_private: Hide the nick from NickServ's LIST command - * - hide_email: Hide the nick's e-mail address from NickServ's INFO command + * - hide_email: Hide the nick's email address from NickServ's INFO command * - hide_mask: Hide the nick's last or current user@host from NickServ's INFO command * - hide_status: Hide the nick's services operator access status from NickServ's INFO command * - hide_quit: Hide the nick's last quit message from NickServ's INFO command @@ -615,7 +615,7 @@ command { service = "NickServ"; name = "UPDATE"; command = "nickserv/update"; } name = "ns_maxemail" /* - * The limit to how many registered nicks can use the same e-mail address. If set to 0 or left + * The limit to how many registered nicks can use the same email address. If set to 0 or left * commented, there will be no limit enforced when registering new accounts or using * /msg NickServ SET EMAIL. */ |