matrix-org / matrix-ircd

An IRCd implementation backed by Matrix.
Apache License 2.0
224 stars 41 forks source link

Implement AWAY irc command #74

Closed vmiklos closed 4 years ago

vmiklos commented 4 years ago

When I do /away foo in irssi, then I get:

   Aug 04 20:44:14.402 WARN Invalid IRC line, line: AWAY :foo

That's a bit strange, but it's a warning only. But then this away state gets stuck: when I would do /away, nothing happens.

I don't mind taking a look at this myself, if you could provide some code pointers where to handle this. Thanks :-)

vmiklos commented 4 years ago

Sorry, duplicate, github gave an error when submitting so I tried again and this was the result.