The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Adam - The patriarch of IRC Bots

VERSION

version 0.91

SYNOPSIS

See the Synopsis in Moses. Adam is not meant to be used directly.

DESCRIPTION

The Adam class implements a basic POE::Component::IRC bot based on Moose and MooseX::POE.

ATTRIBUTES

nickname (Str)

The IRC nickname for the bot, it will default to the package name.

server (Str)

The IRC server to connect to.

port (Int)

The port for the IRC server, defaults to 6667

username(Str)

The username which we should use

password(Str)

The server password which we shoulduse

channels (ArrayRef[Str])

IRC channels to connect to.

owner (Str)

The hostmask of the ower of the bot. The owner can control the bot's plugins through IRC using the <POE::Component::IRC::Plugin::Plugman|Plugman> interface.

flood (Bool)

Disable flood protection. Defaults to False.

plugins (HashRef)

A list of plugins associated with the IRC bot. See Moses::Plugin for more details.

extra_args (HashRef)

A list of extra arguments to pass to the irc constructor.

METHODS

privmsg (Str $who, Str $what)

Send message $what as a private message to $who, a channel or nick.

run ()

Start the IRC bot. This method also works as a Class Method and will instanciate the bot if called as such.

DEPENDENCIES

MooseX::POE, namespace::autoclean, MooseX::Alias, POE::Component::IRC, MooseX::Getopt, MooseX::SimpleConfig, MooseX::LogDispatch

BUGS AND LIMITATIONS

None known currently, please report bugs to https://rt.cpan.org/Ticket/Create.html?Queue=Adam

AUTHORS

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Chris Prather, Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.