Request capability.

We don't do anything with it, but plugins might use it.
This commit is contained in:
Valentin Lorentz 2015-12-11 23:32:57 +01:00
parent 8aff8170e4
commit 834453eeff

View File

@ -1001,7 +1001,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
REQUEST_CAPABILITIES = set(['account-notify', 'extended-join',
'multi-prefix', 'metadata-notify', 'account-tag',
'userhost-in-names', 'invite-notify', 'server-time',
'chghost', 'batch'])
'chghost', 'batch', 'away-notify'])
def _queueConnectMessages(self):
if self.zombie: