3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

WHO should leave the client idle

Some clients seem to automatically poll for channel state
This commit is contained in:
Shivaram Lingamneni 2019-05-13 00:40:59 -04:00
parent 6ded2ea466
commit 89a50d772c

View File

@ -309,8 +309,9 @@ func init() {
minParams: 4,
},
"WHO": {
handler: whoHandler,
minParams: 1,
handler: whoHandler,
minParams: 1,
leaveClientIdle: true,
},
"WHOIS": {
handler: whoisHandler,