lrstanley / girc

:bomb: girc is a flexible IRC library for Go :ok_hand:
https://pkg.go.dev/github.com/lrstanley/girc
MIT License
137 stars 13 forks source link

feature: IRCv3 `WHOX` #61

Open lrstanley opened 1 year ago

lrstanley commented 1 year ago

✨ Describe the feature you'd like

Ref: IRCv3 WHOX

Introduction

The WHOX extension allows clients to request additional fields in the WHO response (e.g. account name) or omit default fields (e.g. username and hostname).

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