forked from External/ergo
strip out the +a away mode
This commit is contained in:
parent
e387b7b328
commit
51465b4a3a
8 changed files with 24 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue