From: Tobias Geerinckx-Rice Date: Sun, 23 Oct 2022 00:00:00 +0000 (+0200) Subject: Note that messages caught in +g/+G are discarded X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/d03347cbb6e491ac1f26a187fa38d6a9ad0a6e39 Note that messages caught in +g/+G are discarded --- diff --git a/include/messages.h b/include/messages.h index cb1bf5b2..0130111e 100644 --- a/include/messages.h +++ b/include/messages.h @@ -217,9 +217,9 @@ #define NUMERIC_STR_713 "%s :Channel is open." #define NUMERIC_STR_714 ":%s 714 %s %s :You are already on that channel." #define NUMERIC_STR_715 ":%s 715 %s :KNOCKs are disabled." -#define NUMERIC_STR_716 "%s :is in %s mode and must manually allow you to message them." +#define NUMERIC_STR_716 "%s :is in %s mode and must manually allow you to message them. Your message was discarded." #define NUMERIC_STR_717 "%s :has been informed that you messaged them." -#define NUMERIC_STR_718 ":%s 718 %s %s %s@%s :is messaging you, and you have umode %s." +#define NUMERIC_STR_718 ":%s 718 %s %s %s@%s :is messaging you, and you have umode %s. The message was discarded." #define NUMERIC_STR_720 ":%s 720 %s :Start of OPER MOTD" #define NUMERIC_STR_721 ":%s 721 %s :%s" #define NUMERIC_STR_722 ":%s 722 %s :End of OPER MOTD"