mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Don't notice news to the channel with supybot.reply.withPrivateNotice on.
This commit is contained in:
parent
4b1e5b5a74
commit
4db8096757
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user