mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix Python 2.6 support.
This commit is contained in:
parent
e2b3b917e5
commit
cf557b516a
@ -951,8 +951,8 @@ class Irc(IrcCommandDispatcher):
|
|||||||
self.outstandingPing = False
|
self.outstandingPing = False
|
||||||
|
|
||||||
|
|
||||||
REQUEST_CAPABILITIES = {'account-notify', 'extended-join', 'multi-prefix',
|
REQUEST_CAPABILITIES = set(['account-notify', 'extended-join',
|
||||||
'metadata-notify', 'account-tag'}
|
'multi-prefix', 'metadata-notify', 'account-tag'])
|
||||||
|
|
||||||
def _queueConnectMessages(self):
|
def _queueConnectMessages(self):
|
||||||
if self.zombie:
|
if self.zombie:
|
||||||
|
Loading…
Reference in New Issue
Block a user