martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.33k stars 424 forks source link

Fix sending long messages - TS edition #565

Closed Half-Shot closed 3 years ago

Half-Shot commented 3 years ago

Supersedes https://github.com/matrix-org/node-irc/pull/30

This basically is an implementation of ^ but written for the TS world.

Thanks to @xzfc for the initial PR.

Half-Shot commented 3 years ago

Oops, wrong repo.