summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/run5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/run b/bin/run
index 7b16102..bf8caaf 100644
--- a/bin/run
+++ b/bin/run
@@ -3,12 +3,11 @@ use strict;
use warnings;
use Bot::Games;
-my $bot = Bot::Games->new(
+Bot::Games->new(
server => 'irc.efnet.net',
channels => ['#netmonster'],
nick => 'doygames',
username => 'doygames',
name => 'doygames',
prefix => '@',
-);
-$bot->run;
+)->run;