0.9.5 • Published 2 years ago
slate-irc v0.9.5
slate-irc

General purpose IRC client for nodejs. See documentation for the details.
- Plugin system
- Simple api
- Arbitrary input stream
- DEBUG support for easy debugging
pnpm add -D slate-irc-parserimport irc from 'slate-irc'
import net from 'net'
const stream = net.connect({
port: 6667,
host: 'irc.freenode.org'
})
const client = irc(stream)
client.pass('pass')
client.nick('tobi')
client.user('tobi', 'Tobi Ferret')
client.join('#express')
client.names('#express', (err, names) => {
console.log(names)
})MIT License
0.9.4
2 years ago
0.9.5
2 years ago
0.9.3
3 years ago
0.9.2
3 years ago
0.9.1
6 years ago
0.9.0
10 years ago
0.8.1
11 years ago
0.8.0
11 years ago
0.7.3
12 years ago
0.7.2
12 years ago
0.7.1
12 years ago
0.7.0
12 years ago
0.6.0
12 years ago
0.5.0
12 years ago
0.4.0
12 years ago
0.3.0
12 years ago
0.2.3
13 years ago
0.2.2
13 years ago
0.2.1
13 years ago
0.2.0
13 years ago
0.1.2
13 years ago
0.1.1
13 years ago
0.1.0
13 years ago
0.0.2
13 years ago
0.0.1
13 years ago