From 5c2a86c92c68a8b0fa1cc1c4e590812b29e45af1 Mon Sep 17 00:00:00 2001 From: GLolol Date: Wed, 25 Jun 2014 15:01:46 -0700 Subject: [PATCH] RelayLink: bugfix --- RelayLink/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RelayLink/plugin.py b/RelayLink/plugin.py index f34f8a1..77a3056 100644 --- a/RelayLink/plugin.py +++ b/RelayLink/plugin.py @@ -409,7 +409,7 @@ class RelayLink(callbacks.Plugin): s = _('%d users in %s on %s: %s') % (totalUsers, channel, irc.network, utils.str.commaAndify(users)) - irc.reply(s) + irc.reply(s, private=True) for relay in self.relays: if relay.sourceChannel == channel and \ relay.sourceNetwork == irc.network: