SrainApp / srain

Modern IRC client written in GTK
https://srain.silverrainz.me/
Other
303 stars 34 forks source link

Add support for invite-notify #359

Closed progval closed 2 years ago

progval commented 2 years ago

https://ircv3.net/specs/extensions/invite-notify

Also remove the comments about IRCv3.1 / IRCv3.2, because IRCv3 does not classify its specs this way anymore.

How to test:

  1. connect to a network that supports invite-notify (eg. irc.ergo.chat)
  2. join a room, get opped
  3. ask another op to invite someone
  4. "X invites Y into Z" appears on the chat

Behavior is unchanged when being invited (ie. it still creates a private chat with the inviter)