mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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
|
||||
|
||||
|
||||
REQUEST_CAPABILITIES = {'account-notify', 'extended-join', 'multi-prefix',
|
||||
'metadata-notify', 'account-tag'}
|
||||
REQUEST_CAPABILITIES = set(['account-notify', 'extended-join',
|
||||
'multi-prefix', 'metadata-notify', 'account-tag'])
|
||||
|
||||
def _queueConnectMessages(self):
|
||||
if self.zombie:
|
||||
|
Loading…
Reference in New Issue
Block a user