mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-22 18:52:41 +01: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
@ -311,6 +311,7 @@ func init() {
|
|||||||
"WHO": {
|
"WHO": {
|
||||||
handler: whoHandler,
|
handler: whoHandler,
|
||||||
minParams: 1,
|
minParams: 1,
|
||||||
|
leaveClientIdle: true,
|
||||||
},
|
},
|
||||||
"WHOIS": {
|
"WHOIS": {
|
||||||
handler: whoisHandler,
|
handler: whoisHandler,
|
||||||
|
Loading…
Reference in New Issue
Block a user