Acme::IRC::Art

IRC art class
Download

Acme::IRC::Art Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Colinet Sylvain
  • Publisher web site:
  • http://search.cpan.org/~scolinet/

Acme::IRC::Art Tags


Acme::IRC::Art Description

IRC art class Acme::IRC::Art is a Perl module with IRC art.SYNOPSIS use Acme::IRC::Art; use NET::IRC; ... définition d'un connexion avec Net::IRC (voir la documentation de NET::IRC) ... my $art = Art->new(5,5); $art->rectangle(0,0,4,4,2); for ($art->result) { $connection_irc->privmsg("#channel",$_); select(undef,undef,undef,0.5); } Requirements: · Perl


Acme::IRC::Art Related Software