Skip to content

Latest commit

 

History

History
66 lines (32 loc) · 945 Bytes

Rictus-Bot.pod

File metadata and controls

66 lines (32 loc) · 945 Bytes

NAME

Rictus::Bot - IRC Bot written in POE

SYNOPSIS

Use this bot to keep your channel open, serve as a helpful assistant 

if you are running your own server or as a base to learn how to write POE bots for IRC.

DESCRIPTION

This bot is still a work in progress and will be updated frequenty after test are complete.

To use this bot

perl Makefile.PL

make

make install

Edit bot.cfg

Nick

Server

Password (If you have registered the bot's nick)

chown +x rictus

then launch the bot

./rictus

SEE ALSO

POE

POE::Component::IRC

Config::Simple

DateTime

www.twedev.com

AUTHOR

Scott Cilley <[email protected]>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Scott Cilley

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.3 or, at your option, any later version of Perl 5 you may have available.