Negotiate the 'setname' capability.

We don't store the name anywhere, but it can be useful to plugins.
This commit is contained in:
Valentin Lorentz 2020-05-05 19:56:24 +02:00
parent 16b7183c28
commit a58c994954

View File

@ -1230,7 +1230,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
'multi-prefix', 'metadata-notify', 'account-tag',
'userhost-in-names', 'invite-notify', 'server-time',
'chghost', 'batch', 'away-notify', 'message-tags',
'msgid'])
'msgid', 'setname'])
def _queueConnectMessages(self):
if self.zombie: