summaryrefslogtreecommitdiffstats
path: root/bin/run
blob: 9d728b5893f07838765ebd92391721de15eb3154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';
use Crawl::Bot;

Crawl::Bot->new(
    server   => 'irc.freenode.net',
    channels => ['##crawl-dev', '##crawl'],
    nick     => 'Cheibriados',
)->run;