gamja/lib
Дамјан Георгиевски 1142145c6d fix ping after reconnect
client.setPingInterval was only called once in app.connect(),
but client.disconnect() disables it, and the ping timer is never again set,
even though the client can reconnect.

the change passes the ping time as a parameter to the client, and the
client calls setPingInterval() after a successful WS open event.
2022-02-04 15:54:23 +01:00
..
ansi.js s/var/let/ 2021-06-10 18:11:11 +02:00
client.js fix ping after reconnect 2022-02-04 15:54:23 +01:00
index.js Avoid using export * as namespace 2021-10-18 23:59:18 +02:00
irc.js lib/irc: add missing Isupport.chanModes 2022-01-31 18:24:34 +01:00
linkify.js Handle click on irc:// channel URLs inside buffers 2021-10-13 16:18:59 +02:00