summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/run b/bin/run
index 7a00d84..7b16102 100644
--- a/bin/run
+++ b/bin/run
@@ -9,5 +9,6 @@ my $bot = Bot::Games->new(
nick => 'doygames',
username => 'doygames',
name => 'doygames',
+ prefix => '@',
);
$bot->run;