App::Twirc - IRC is my twitter client


POE-Component-Server-Twirc documentation  | view source Contained in the POE-Component-Server-Twirc distribution.

Index


NAME

Top

App::Twirc - IRC is my twitter client

SYNOPSIS

Top

    use App::Twirc;

    my $twirc = App::Twirc->new_with_options();
    $twirc->run;

DESCRIPTION

Top

App::Twirc is an IRC server making the IRC client of your choice your twitter client. The twirc program in this distribution launches the application.

See App::Twirc::Manual for more details.

OPTIONS

Top

configfile

Required. The name of the configuration file containing options for POE::Component::Server::Twirc.

background

Boolean value to determine whether to run in the foreground (0), or background (1).

METHODS

Top

run

Run the application.

AUTHOR

Top

Marc Mims <marc@questright.com>

LICENSE

Top

Copyright (c) 2008 Marc Mims

You may distribute this code and/or modify it under the same terms as Perl itself.


POE-Component-Server-Twirc documentation  | view source Contained in the POE-Component-Server-Twirc distribution.