irssi-import / bugs.irssi.org

bugs.irssi.org archive
https://github.com/irssi/irssi/issues
0 stars 0 forks source link

IRC protocol violation: when trying to unaway, should send "AWAY", instead, client sends "AWAY :" #840

Open irssibot opened 12 years ago

irssibot commented 12 years ago

According to RFC 1459, if a client wishes to cancel their away status, they must send just "AWAY".

Irssi, though, sends "AWAY :".

This isn't a critical thing, just a convinience factor. I'm developing an IRC daemon and it threw me off guard.