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