lrstanley / girc

:bomb: girc is a flexible IRC library for Go :ok_hand:

Home Page:https://pkg.go.dev/github.com/lrstanley/girc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: IRCv3 `setname`

lrstanley opened this issue · comments

✨ Describe the feature you'd like

Ref: IRCv3 setname

Motivation

Historically, a user’s realname could only be set on the initial connection handshake. However, multiple IRC servers have provided independent non-standard commands to update the realname without reconnecting. This specification describes a standardised behaviour based on these existing implementations.

Once support is added, the IRCv3 Library Support page needs to be updated to include these features.