Open Lemmmy opened 5 years ago
Currently, the slash commands (/ping, /pong and /close) are only usable in client mode. wscat does not try to use them in listen/server mode. It would be great if they were usable in listen mode too.
/ping
/pong
/close
Implementing this will be pretty helpful
Currently, the slash commands (
/ping
,/pong
and/close
) are only usable in client mode. wscat does not try to use them in listen/server mode. It would be great if they were usable in listen mode too.