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/chanserv.example.conf | |
parent | 76e5480be9f1d291214a7c74b2554c141762d253 (diff) |
Consistently use email instead of e-mail.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |