diff --git a/src/irclib.py b/src/irclib.py index 55b61a932..9c88c6cdc 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -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: