summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
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;