diff --git a/plugins/Network.py b/plugins/Network.py index 971a64305..c7392cce1 100644 --- a/plugins/Network.py +++ b/plugins/Network.py @@ -297,10 +297,7 @@ class Network(callbacks.Privmsg): otherIrc = self._getIrc(network) otherIrc.queueMsg(ircmsgs.ping('Latency check (from %s).' % msg.nick)) self._latency[otherIrc] = (irc, time.time()) - - # XXX join - # XXX part - + irc.noReply() Class = Network