summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-18 03:50:58 -0500
committerdoy <doy@tozt.net>2008-12-18 03:50:58 -0500
commit5c07047e9c3bf0dc6bcdc526fbf260661c639bb8 (patch)
tree5354d5f23e8951e7352b8f0fbcef502e8dac1f57 /bin
parent813f2d8b8a5fdfd2deab0087339ed8d4707218a1 (diff)
downloadbot-games-5c07047e9c3bf0dc6bcdc526fbf260661c639bb8.tar.gz
bot-games-5c07047e9c3bf0dc6bcdc526fbf260661c639bb8.zip
set the prefix to @, to not conflict with newcane or dataninja
Diffstat (limited to 'bin')
-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;