nodejs irc client

2021年3月7日 — A better IRC framework for node.js. ... Client(); bot.connect( host: 'irc.freenode.net​', port: 6667, nick:...

nodejs irc client

2021年3月7日 — A better IRC framework for node.js. ... Client(); bot.connect( host: 'irc.freenode.net​', port: 6667, nick: 'prawnsbot' }); bot.on('message', ... ,2020年8月8日 — An IRC client library for node. ... As stated in the Node JS EventEmitter documentation if you don't bind something to this error, it will cause a ...

相關軟體 mIRC 資訊

mIRC
mIRC 是一個功能齊全的互聯網中繼聊天客戶端,可用於在多用戶群組會議中或在一對一的私人討論中與其他人在 IRC 網絡上進行交流,分享,播放或與他人合作.It 文件傳輸,多服務器連接,IPv6,SSL 加密,代理支持,UTF- 8 顯示,UPnP,可定制的聲音,口頭消息,托盤通知等功能。消息日誌等等.mIRC 也有一個強大的腳本語言,可以用來自動化 mIRC 和創建應用程序,執行從網絡通信到玩遊戲... mIRC 軟體介紹

nodejs irc client 相關參考資料
irc-client - npm

2013年5月25日 — IRC client logic using irc-protocol for communication. ... npm install irc-client. Or via git: $ npm install git://github.com/deoxxa/irc-client.git ...

https://www.npmjs.com

irc-framework - npm

2021年3月7日 — A better IRC framework for node.js. ... Client(); bot.connect( host: 'irc.freenode.net​', port: 6667, nick: 'prawnsbot' }); bot.on('message', ...

https://www.npmjs.com

irc-upd - npm

2020年8月8日 — An IRC client library for node. ... As stated in the Node JS EventEmitter documentation if you don't bind something to this error, it will cause a ...

https://www.npmjs.com

martynsmithnode-irc: NodeJS IRC client library - GitHub

NodeJS IRC client library. Contribute to martynsmith/node-irc development by creating an account on GitHub.

https://github.com

node-irc - npm

2020年1月26日 — Keywords · irc · chat · socket · network ...

https://www.npmjs.com

NodeJS IRC client library - Morioh

NodeJS IRC client library .node-irc is an IRC client library written in JavaScript for Node.

https://morioh.com

nodejs-irc-client - npm

nodejs-irc-client. 0.1.1 • Public • Published 5 years ago. Readme · Explore BETA · 0Dependencies · 0Dependents · 2Versions. This package does not have a ...

https://www.npmjs.com

realJoshByrnesnodejs-irc-client: Node IRC Client - GitHub

Node IRC Client. Contribute to realJoshByrnes/nodejs-irc-client development by creating an account on GitHub.

https://github.com

slateslate-irc: Node.js IRC client library - GitHub

Node.js IRC client library. Contribute to slate/slate-irc development by creating an account on GitHub.

https://github.com

[筆記] 使用Node.js 撰寫IRC Client Chat Bot 聊天機器人- 玩物 ...

2013年1月11日 — IRC(Internet Relay Chat)是歷久彌新的網路聊天室協定,相信開發者一定都不陌生。 Node.js 可以幹很多事,當然也可以拿來寫IRC 聊天 ...

http://blog.lyhdev.com