You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRCv3 priv-message/echo-message would be a blessing on multi client connections.
Without it any message send by the user is not shown in circe when send from another client like communi on a phone.
Priv-message/echo-message is probably the easiest requiring circe to ignore the message being repeated when circe has send the message in a query and before that signifying that circe supports priv-message/echo-message.
So circe has to do this:
showing that capability priv-message/echo-message is supported.
Message was send by user from different client: do nothing.
Message was send by user from circe: don't show repeated message shown by priv-message/echo-message.
There's a list of possible extensions for IRC to support:
http://ircv3.net/irc/3.2.html
Check which of those are supported by Freenode (possibly ZNC) and implement them.
The text was updated successfully, but these errors were encountered: