mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-26 04:32:51 +01:00
Negotiate the 'setname' capability.
We don't store the name anywhere, but it can be useful to plugins.
This commit is contained in:
parent
16b7183c28
commit
a58c994954
@ -1230,7 +1230,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
|
|||||||
'multi-prefix', 'metadata-notify', 'account-tag',
|
'multi-prefix', 'metadata-notify', 'account-tag',
|
||||||
'userhost-in-names', 'invite-notify', 'server-time',
|
'userhost-in-names', 'invite-notify', 'server-time',
|
||||||
'chghost', 'batch', 'away-notify', 'message-tags',
|
'chghost', 'batch', 'away-notify', 'message-tags',
|
||||||
'msgid'])
|
'msgid', 'setname'])
|
||||||
|
|
||||||
def _queueConnectMessages(self):
|
def _queueConnectMessages(self):
|
||||||
if self.zombie:
|
if self.zombie:
|
||||||
|
Loading…
Reference in New Issue
Block a user