From c2632915b95cdb8b5328c6cbacad6ebbc861962c Mon Sep 17 00:00:00 2001 From: doy Date: Thu, 18 Dec 2008 03:31:13 -0500 Subject: add a script to run the bot --- bin/run | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bin/run (limited to 'bin') diff --git a/bin/run b/bin/run new file mode 100644 index 0000000..14f9577 --- /dev/null +++ b/bin/run @@ -0,0 +1,11 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use Bot::Games; + +my $bot = Bot::Games->new( + server => 'irc.efnet.net', + channels => ['#netmonster'], + nick => 'doygames', +); +$bot->run; -- cgit v1.2.3-54-g00ecf