repost/config.example.rb
2013-05-30 08:38:37 +02:00

17 lines
285 B
Ruby

Config = {
:server => {
:host => "irc.freenode.net",
:port => 6667,
:realname => "repost",
},
:client => {
:nick => "repost",
:channels => ["#repost-test"]
},
# Space separated list of plugin names
:plugins => %w()
}