mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Added a noReply to latency.
This commit is contained in:
parent
20d30da744
commit
e1acd0e653
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user