mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 14:01:04 -05:00
LinkRelay: force list & nicks command to private
This commit is contained in:
parent
3b18de57fc
commit
2c4fdcaa17
@ -178,7 +178,7 @@ class LinkRelay(callbacks.Plugin):
|
||||
relay.sourceNetwork,
|
||||
relay.targetChannel,
|
||||
relay.targetNetwork,
|
||||
hasIRC))
|
||||
hasIRC), private=True)
|
||||
|
||||
def doPrivmsg(self, irc, msg):
|
||||
self.addIRC(irc)
|
||||
@ -422,7 +422,7 @@ class LinkRelay(callbacks.Plugin):
|
||||
relay.targetChannel,
|
||||
relay.targetNetwork,
|
||||
utils.str.commaAndify(users))
|
||||
irc.reply(s)
|
||||
irc.reply(s, private=True)
|
||||
irc.noReply()
|
||||
nicks = wrap(nicks, ['Channel'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user