POE::Component::IRC::Plugin::Validator::CSS

POE::Component::IRC::Plugin::Validator::CSS is a non-blocking CSS validator for IRC bots.
Download

POE::Component::IRC::Plugin::Validator::CSS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

POE::Component::IRC::Plugin::Validator::CSS Tags


POE::Component::IRC::Plugin::Validator::CSS Description

POE::Component::IRC::Plugin::Validator::CSS is a non-blocking CSS validator for IRC bots. POE::Component::IRC::Plugin::Validator::CSS is a non-blocking CSS validator for IRC bots.SYNOPSIS use strict; use warnings; use POE qw(Component::IRC Component::IRC::Plugin::Validator::CSS); my $irc = POE::Component::IRC->spawn( nick => 'CSSValidator', server => 'irc.freenode.net', port => 6667, ircname => 'CSS Validator Bot', ) or die "Oh noes :( $!"; POE::Session->create( package_states => , ], ); $poe_kernel->run; sub _start { $irc->yield( register => 'all' ); # register our plugin $irc->plugin_add( 'CSSValidator' => POE::Component::IRC::Plugin::Validator::CSS->new ); $irc->yield( connect => {} ); } sub irc_001 { my ( $kernel, $sender ) = @_; $kernel->post( $sender => join => '#zofbot' ); } CSSValidator, cssval http://zoffix.com (zoffix.com) Valid ( http://jigsaw.w3.org/css-validator/validator?uri=http://zoffix.com ) Requirements: · Perl


POE::Component::IRC::Plugin::Validator::CSS Related Software