Don't notice news to the channel with supybot.reply.withPrivateNotice on.

This commit is contained in:
Stéphan Kochen 2004-02-29 14:12:10 +00:00
parent 4b1e5b5a74
commit 4db8096757

View File

@ -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()