Possible Duplicate:
Need some info on IRC BOTS using PERL
How to write script/plugin to irssi which will be send specific text on some channel?? Maybe once a week.
Maybe is better way to send message to specific IRC channel in other script language. I`s necessary to send message once a week.
I found only this question: Perl Irssi scripting: How to send msg to a specific channel?
And I wrote some code in ruby. https://gist.github.com/1653215
I suggest you to just write a very small script in Perl using Bot::BasicBot. See Need some info on IRC BOTS using PERL for details