mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 17:28:11 -07:00
strip out the +a away mode
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user