mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 21:29:24 +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:
|
if bold:
|
||||||
pre = ircutils.bold(pre)
|
pre = ircutils.bold(pre)
|
||||||
irc.replies(newheadlines, prefixer=pre, joiner=sep,
|
irc.replies(newheadlines, prefixer=pre, joiner=sep,
|
||||||
to=channel, prefixName=False)
|
to=channel, prefixName=False, private=True)
|
||||||
|
|
||||||
def willGetNewFeed(self, url):
|
def willGetNewFeed(self, url):
|
||||||
now = time.time()
|
now = time.time()
|
||||||
|
Loading…
Reference in New Issue
Block a user