From 08c83d40c3ce835380d1307b594c0d64e1a48a46 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 13 Jun 2021 15:19:17 +0300 Subject: [PATCH] irc/limnoria: add short notice.md poor quality due to migraine induced brainfog --- irc/limnoria/notice.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 irc/limnoria/notice.md diff --git a/irc/limnoria/notice.md b/irc/limnoria/notice.md new file mode 100644 index 0000000..bc367e3 --- /dev/null +++ b/irc/limnoria/notice.md @@ -0,0 +1,23 @@ +# Using NOTICEs instead of PRIVMSGs + +Like https://tools.ietf.org/html/rfc1459#section-4.4.2 & https://tools.ietf.org/html/rfc2812#section-3.3.2 say should be used. + +This is per-channel, because of https://github.com/42wim/matterbridge/issues/1393 and surely getting a new PM buffer in some clients or consistency, I don't remember the other reason. + +``` +config channel #CHAN supybot.reply.error.withNotice True +config channel #CHAN supybot.reply.withNotice True +``` + +## Other options + +`supybot.reply.withNoticeWhenPrivate` to have noticed used in private, not +channel-specific + +## Other plugins + +``` +config channel #CHAN supybot.plugins.RSS.notice False +``` + +* RSS announces as NOTICEs