chat: Added support for user away status, fixes #377
authorAkshay <akshay.shekher@gmail.com>
Sat, 13 Mar 2021 16:34:49 +0000 (08:34 -0800)
committerAndrey Petrov <andrey.petrov@shazow.net>
Mon, 15 Mar 2021 14:30:54 +0000 (10:30 -0400)
commit0338cb824d6537d20affa49b145237cf31d84c53
tree4cd02ba8103291bbecb401572293c7cb6e656c3c
parentc8bfc34704a5b1b67200e686805c83cd3128da16
chat: Added support for user away status, fixes #377

made away toggle status, like irc

updated /away feature

* added away message
* added broadcast away message as emote
* updated names list to show away users on the same line, with colors

added /away -> back message

Update away time to be time since marked away

reverted changes made for /list
chat/command.go
chat/message/user.go
host.go
identity.go