From a58c99495411a1ba63ca78f0509cd9a485b5c9b8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 5 May 2020 19:56:24 +0200 Subject: [PATCH] Negotiate the 'setname' capability. We don't store the name anywhere, but it can be useful to plugins. --- src/irclib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irclib.py b/src/irclib.py index 36a244c4f..a8048f775 100644 --- a/src/irclib.py +++ b/src/irclib.py @@ -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: