summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-18 03:50:34 -0500
committerdoy <doy@tozt.net>2008-12-18 03:50:34 -0500
commit813f2d8b8a5fdfd2deab0087339ed8d4707218a1 (patch)
tree0d205b464b6f1299f8fec15a71bc071a0e4edfd0 /lib/Bot/Games.pm
parent61d19a2bd14d2f48e2086d845747d1f0094597b3 (diff)
downloadbot-games-813f2d8b8a5fdfd2deab0087339ed8d4707218a1.tar.gz
bot-games-813f2d8b8a5fdfd2deab0087339ed8d4707218a1.zip
prefix needs to be rw now, since we're setting it in 'around new'
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index 843f2d4..9b08a2a 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -9,7 +9,7 @@ use Module::Pluggable
extends 'Bot::BasicBot';
has prefix => (
- is => 'ro',
+ is => 'rw',
isa => 'Str',
lazy => 1,
default => '!',