mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Typoed variable in class Irc.
This commit is contained in:
parent
066ed44b04
commit
f1ee8b1bbd
@ -314,7 +314,7 @@ class Irc(object):
|
||||
self.state.reset()
|
||||
self.queue.reset()
|
||||
self.lastping = time.time()
|
||||
self.outstandingPings = set()
|
||||
self.outstandingPongs = set()
|
||||
self.fastqueue = queue()
|
||||
if self.password:
|
||||
self.queue.enqueue(ircmsgs.password(self.password))
|
||||
|
Loading…
Reference in New Issue
Block a user