summaryrefslogtreecommitdiff
path: root/modules/database/db_old.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-07 22:42:57 +0000
committerSadie Powell <sadie@witchery.services>2024-03-07 22:52:41 +0000
commit4e04a11995a4f33b1247b856f3232d92c73f7883 (patch)
tree8eb18c9c142a09a25ff09aab7c6be470b33fe1d1 /modules/database/db_old.cpp
parent76e5480be9f1d291214a7c74b2554c141762d253 (diff)
Consistently use email instead of e-mail.
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r--modules/database/db_old.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp
index 3535fcf05..c3e82ea39 100644
--- a/modules/database/db_old.cpp
+++ b/modules/database/db_old.cpp
@@ -40,7 +40,7 @@ else \
#define OLD_NI_MEMO_SIGNON 0x00000010 /* Notify of memos at signon and un-away */
#define OLD_NI_MEMO_RECEIVE 0x00000020 /* Notify of new memos when sent */
#define OLD_NI_PRIVATE 0x00000040 /* Don't show in LIST to non-servadmins */
-#define OLD_NI_HIDE_EMAIL 0x00000080 /* Don't show E-mail in INFO */
+#define OLD_NI_HIDE_EMAIL 0x00000080 /* Don't show email in INFO */
#define OLD_NI_HIDE_MASK 0x00000100 /* Don't show last seen address in INFO */
#define OLD_NI_HIDE_QUIT 0x00000200 /* Don't show last quit message in INFO */
#define OLD_NI_KILL_QUICK 0x00000400 /* Kill in 20 seconds instead of 60 */