instafluff / ComfyJS

Comfiest Twitch Chat Library for JavaScript | NodeJS + Browser Support
MIT License
403 stars 44 forks source link

Feature: Add Disconnect #11

Closed FlyteWizard closed 4 years ago

FlyteWizard commented 4 years ago

Feature

Allow a way for users of ComfyJS to disconnect from the server and all channels.

Usage:

ComfyJS.Disconnect();

Documentation from TMI.JS: https://github.com/tmijs/docs/blob/gh-pages/_posts/v1.4.2/2019-03-03-Commands.md#disconnect

Why?

I think it is important to be able to disconnect without needing to install TMI.JS.

Updated

Ran npm run build to update comfy.js, comfy.min.js and comfy.min.js.map

instafluff commented 4 years ago

Thank you so much for adding this!!