From 5c07047e9c3bf0dc6bcdc526fbf260661c639bb8 Mon Sep 17 00:00:00 2001 From: doy Date: Thu, 18 Dec 2008 03:50:58 -0500 Subject: set the prefix to @, to not conflict with newcane or dataninja --- bin/run | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-54-g00ecf