sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

coretasks: support `setname` CAP / `SETNAME` command #2578

Open dgw opened 7 months ago

dgw commented 7 months ago

Description

Implements setname spec. coretasks now updates user's realname when receiving SETNAME event.

Sopel does not yet have a means to change its own realname without reconnecting, but changes to the config currently require a bot restart anyway so that's not a big deal.

Checklist