Show offline user status

When the WHO reply is empty, it means user isn't connected to IRC.
This commit is contained in:
Simon Ser
2020-07-13 12:51:09 +02:00
parent 5090165f71
commit 343455091c
3 changed files with 45 additions and 9 deletions

View File

@@ -76,6 +76,9 @@ body {
#buffer-header .status-gone {
color: orange;
}
#buffer-header .status-offline {
color: red;
}
#buffer-header .actions {
float: right;