irc 0.15.0

the irc crate – usable, async IRC for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
owners = ["test"]
nickname = "test"
username = "test"
realname = "test"
server = "irc.test.net"
port = 6667
password = ""
encoding = "UTF-8"
channels = ["#test", "#test2"]
umodes = "+BR"

[options]