3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-08 04:59:33 +01:00
pbot/README

17 lines
698 B
Plaintext
Raw Normal View History

2010-05-25 05:20:56 +02:00
More information coming soon. Work in progress.
2010-05-25 05:11:41 +02:00
2010-05-25 05:20:56 +02:00
* List of Perl module dependencies, for installation.
* Description of each PBot module, for customisation.
2010-05-25 05:11:41 +02:00
2010-05-25 05:20:56 +02:00
The first thing you'll want to do is edit pbot.pl and change the default
settings:
* If you did not extract/checkout PBot into ~/pbot (where ~/pbot/PBot
contains the PBot.pm module), you'll want to change $pbothome in pbot.pl
to point to the directory that contains the PBot, config, data, etc directories.
* Change the IRC settings in pbot.pl so that the bot-nick and identify password are
associated with a registered NickServ account, if you want channel auto-join to succeed.
More information coming soon. Work in progress.