You will need to install from CPAN at least the following packages:
The repo is configured by default for running a development version of the
official Cheibriados bot. To change this:
bin/run.lib/Crawl/Bot/Plugin/Puppet.pm.lib/Crawl/Bot/Bot.pm around say, whichTo enable SSL on the bot’s connection, make sure you choose the correct port,
and add ssl => 1 to the list of properties in bin/run. For example:
Crawl::Bot->new(
server => 'irc.libera.chat',
port => 6697,
ssl => 1,
channels => ['#crawl-dev'],
nick => 'FakeCheibriados',
name => 'FakeCheibriados the Crawl Bot',
)->run;
To use nickserv, put the password in plaintext in a file called .password in
the root directory of the repository. Needless to say, this is not a secure
way of storing passwords.
From the root directory of the repository, call bin/run.