From 4db80967579c48f1d72e930fece0936da5ec075d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Sun, 29 Feb 2004 14:12:10 +0000 Subject: [PATCH] Don't notice news to the channel with supybot.reply.withPrivateNotice on. --- plugins/RSS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RSS.py b/plugins/RSS.py index 1f7abb195..342ce313b 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -147,7 +147,7 @@ class RSS(callbacks.Privmsg): if bold: pre = ircutils.bold(pre) irc.replies(newheadlines, prefixer=pre, joiner=sep, - to=channel, prefixName=False) + to=channel, prefixName=False, private=True) def willGetNewFeed(self, url): now = time.time()