|
Posted by Peter Ludikovsky on March 7, 2008, 5:08 am
Please log in for more thread options
deadpickle wrote:
> I am wondering is there a way to SEND PRIVMSG's to the channel
> (therefore making them public) using the module Net::IRC? This modeule
> does everything I need EXCEPT this, so if someone knows how to do this
> I would be forever greatful.
You mean something like
$self->join("#IRC.pm");
$self->privmsg("#IRC.pm", "Hi there.");
?
'Cause that's how it's described on the perdoc page for Net::IRC...
|