repost/config.example.rb

18 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()
}