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

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