mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-09 12:17:30 +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 = self._getIrc(network)
|
||||||
otherIrc.queueMsg(ircmsgs.ping('Latency check (from %s).' % msg.nick))
|
otherIrc.queueMsg(ircmsgs.ping('Latency check (from %s).' % msg.nick))
|
||||||
self._latency[otherIrc] = (irc, time.time())
|
self._latency[otherIrc] = (irc, time.time())
|
||||||
|
irc.noReply()
|
||||||
# XXX join
|
|
||||||
# XXX part
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Class = Network
|
Class = Network
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user