dylanaraps / birch

An IRC client written in bash
MIT License
319 stars 15 forks source link

Away command #19

Closed LoLei closed 4 years ago

LoLei commented 4 years ago
/away I am afk. brb.
-- Away status: I am afk. brb.
-- You have been marked as being away

Now if a user private messages you, they get the away message as a response. To unset your away status, issue /away without an argument.

Further description here: RFC 1459

LoLei commented 4 years ago

I think the build is failing due to this: https://github.com/koalaman/shellcheck/issues/1871

I opened another PR (https://github.com/dylanaraps/birch/pull/20) to fix the build. So maybe merge https://github.com/dylanaraps/birch/pull/20 first, then I'll pull the change in here.

LoLei commented 4 years ago

Is up-to-date with master now.