eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

New features: userhost-in-names for IRCv3 capabilities

Open ZarTek-Creole opened this issue 3 years ago • 0 comments

I am using an IRC server which uses userhost-in-names IRCv3 capabilities. Eggdropt does not yet support this.

Description The userhost-in-names capability extends the NAMES reply messages (RPL_NAMREPLY) to contain the full hostmask (nick!user@host) of every user listed.

Example:

--> NAMES #atheme
:irc.bnc.im 353 guest = #atheme :Rylee!rylai@localhost [email protected]
:irc.bnc.im 366 guest #atheme :End of /NAMES list

Historical note: Some older (pre-IRCv3) software implements the same extension as PROTOCTL UHNAMES and advertises it using the UHNAMES token in RPL_ISUPPORT; some implementations support enabling the same capability using either CAP or PROTOCTL. New servers or clients SHOULD NOT implement the PROTOCTL method, although they may still do so for compatibility with older software.

For information, here is a table with the functions that are not yet implemented in eggdrop to compare to other irc bots : IRCv3 bots Client Support

ZarTek-Creole avatar Aug 08 '21 10:08 ZarTek-Creole