Infobot::Message

Encapsulate incoming queries
Download

Infobot::Message Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Peter Sergeant
  • Publisher web site:
  • http://search.cpan.org/~sargie/RTF-Reader-0.01_2/lib/RTF/Reader.pm

Infobot::Message Tags


Infobot::Message Description

Encapsulate incoming queries Infobot::Message is a Perl module that encapsulates incoming queries.SYNOPSIS use Infobot::Message; my $message = Infobot::Message->new(); # These all become available as accessors $message->init( addressed => 1, conduit => $irc_conduit, context => { channel => '#perl' }, name => 'sheriff', message => 'Hey purl!', public => 1, nick => 'purl', printable => ' purl: Hey purl!', ); my $id = $message->id; $message->say( "Right back at ya, ", $message->name ); $self->stash('pipeline')->process( $message ); Requirements: · Perl


Infobot::Message Related Software