1
0
Fork 0
forked from External/ergo

strip out the +a away mode

This commit is contained in:
Shivaram Lingamneni 2019-04-28 15:10:03 -04:00
parent e387b7b328
commit 51465b4a3a
8 changed files with 24 additions and 13 deletions

View file

@ -548,7 +548,7 @@ func (target *Client) rplWhoReply(channel *Channel, client *Client, rb *Response
channelName := "*"
flags := ""
if client.HasMode(modes.Away) {
if client.Away() {
flags = "G"
} else {
flags = "H"