blob: 1f6e00f1fe107a0509dee9552234ff136b18fa34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Config = {
:server => {
:host => "irc.freenode.net",
:port => 6667,
:realname => "repost",
},
:client => {
:nick => "repost",
:channels => ["#repost-test"]
},
# Space separated list of plugin names
:plugins => %w()
}
|