mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
WHO should leave the client idle
Some clients seem to automatically poll for channel state
This commit is contained in:
parent
6ded2ea466
commit
89a50d772c
1 changed files with 3 additions and 2 deletions
|
|
@ -309,8 +309,9 @@ func init() {
|
|||
minParams: 4,
|
||||
},
|
||||
"WHO": {
|
||||
handler: whoHandler,
|
||||
minParams: 1,
|
||||
handler: whoHandler,
|
||||
minParams: 1,
|
||||
leaveClientIdle: true,
|
||||
},
|
||||
"WHOIS": {
|
||||
handler: whoisHandler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue