summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-25 16:57:16 -0500
committerdoy <doy@tozt.net>2009-01-25 16:57:16 -0500
commiteb436837d8d83e9f21ae12f6db0f23e5bf81e674 (patch)
treec2c8805cf9410359f466e7a5f2823bed3e80fbf3 /lib/Bot/Games/Game.pm
parent99ef5f93750eb53c4b976a710c7e5a2fdcdeb8f6 (diff)
downloadbot-games-eb436837d8d83e9f21ae12f6db0f23e5bf81e674.tar.gz
bot-games-eb436837d8d83e9f21ae12f6db0f23e5bf81e674.zip
@foo -help doesn't require the game to have started yet
Diffstat (limited to 'lib/Bot/Games/Game.pm')
-rw-r--r--lib/Bot/Games/Game.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm
index 1ac4005..c86c977 100644
--- a/lib/Bot/Games/Game.pm
+++ b/lib/Bot/Games/Game.pm
@@ -9,6 +9,7 @@ has help => (
isa => 'Str',
default => 'This game doesn\'t have any help text!',
command => 1,
+ needs_init => 0,
);
has players => (