summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-18 03:41:20 -0500
committerdoy <doy@tozt.net>2008-12-18 03:41:20 -0500
commit28eccf9b63876fe7bce81a6f762af030e0ad8abd (patch)
tree821172121a240d5c616a69f614461db88bc5261a /bin
parent9a50ee1ae760744aaeccc826f731264af09c6161 (diff)
downloadbot-games-28eccf9b63876fe7bce81a6f762af030e0ad8abd.tar.gz
bot-games-28eccf9b63876fe7bce81a6f762af030e0ad8abd.zip
add some info to make efnet happy (?)
Diffstat (limited to 'bin')
-rw-r--r--bin/run2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/run b/bin/run
index 14f9577..7a00d84 100644
--- a/bin/run
+++ b/bin/run
@@ -7,5 +7,7 @@ my $bot = Bot::Games->new(
server => 'irc.efnet.net',
channels => ['#netmonster'],
nick => 'doygames',
+ username => 'doygames',
+ name => 'doygames',
);
$bot->run;