Entries from 2012-09-26 to 1 day

use Redmine::Chan; my $minechan = Redmine::Chan->new( irc_server => 'your.irc.host', irc_port => 6667, irc_password => 'your_irc_password', irc_channels => { '#channel' => { project_id => 1 }, }, redmine_url => 'http://your.redmine.host/',…