diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-14 21:18:08 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-14 21:35:17 +0000 |
commit | beaf09de7bcb0042dfd8f388064126e511a5b28d (patch) | |
tree | ba14e1ff1ff96b5623c459b2de35d766d086e427 /include/language.h | |
parent | c8d8978cd0bfb10613da331c5b13bbcf8486f85f (diff) |
Rework sending global notices.
Admins can now queue multiple messages and send them when they are
ready. This is fully compatible with the previous global behaviour.
Admins can now also send messages to individual servers. This is
useful for informing users of maintenance due to downtime.
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/language.h b/include/language.h index 405102c1d..657f3669c 100644 --- a/include/language.h +++ b/include/language.h @@ -66,6 +66,7 @@ namespace Language /* Commonly used language strings */ #define CONFIRM_DROP _("Please confirm that you want to drop \002%s\002 with \002%s%s DROP %s %s\002") +#define SERVICE_UNAVAILABLE _("Sorry, %s is temporarily unavailable.") #define MORE_INFO _("\002%s%s HELP %s\002 for more information.") #define BAD_USERHOST_MASK _("Mask must be in the form \037user\037@\037host\037.") #define BAD_EXPIRY_TIME _("Invalid expiry time.") |