williamkapke / irc-connect

Minimal IRC connection that simply emits event objects. Plugin modules can do the rest.
14 stars 5 forks source link

CTCP and DCC support #7

Closed Spudz76 closed 10 years ago

Spudz76 commented 10 years ago

I have implemented CTCP because nobody had done it yet. This loads up as a plugin. Includes working receive-only DCC CHAT and DCC SEND (saves files into your tempdir, for now). Future versions will support more, including sending DCC requests to others.

npm:irc-connect-ctcp

Mostly opened an issue as a placeholder in case anyone was looking for CTCP support.

williamkapke commented 10 years ago

wow. crazy cool. nice work. :+1: