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
13
14
15
16
17
18
{
  "owners": [
    "test"
  ],
  "nickname": "test",
  "username": "test",
  "realname": "test",
  "password": "",
  "server": "irc.test.net",
  "port": 6667,
  "encoding": "UTF-8",
  "channels": [
    "#test",
    "#test2"
  ],
  "umodes": "+BR",
  "options": {}
}