2013-05-30 06:38:37 +00:00
|
|
|
Config = {
|
|
|
|
|
|
|
|
:server => {
|
|
|
|
:host => "irc.freenode.net",
|
|
|
|
:port => 6667,
|
|
|
|
:realname => "repost",
|
|
|
|
},
|
|
|
|
|
|
|
|
:client => {
|
|
|
|
:nick => "repost",
|
|
|
|
:channels => ["#repost-test"]
|
|
|
|
},
|
|
|
|
|
2014-04-15 11:04:21 +00:00
|
|
|
# list of ignored things, full ("==") match, not regexes
|
|
|
|
# for example:
|
|
|
|
# ["ood!~ood@azathoth.bytesexual.net", "moonspeak!mun@hackerspace.pl", "willikins!nobody@gentoo/bot/Willikins"]
|
|
|
|
:ignore => [],
|
|
|
|
|
2013-05-30 06:38:37 +00:00
|
|
|
# Space separated list of plugin names
|
|
|
|
:plugins => %w()
|
|
|
|
|
|
|
|
}
|