summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-14 00:20:55 -0500
committerdoy <doy@tozt.net>2009-01-14 00:20:55 -0500
commit0fcb234e4b40ddc2b933fa6957d90a86c243cee3 (patch)
tree17359b495bd7984833d83883bbd129f9b84e85dd /lib/Bot/Games.pm
parent554790a0a6310306ff32cf2ee042aeb5fe58f06f (diff)
downloadbot-games-0fcb234e4b40ddc2b933fa6957d90a86c243cee3.tar.gz
bot-games-0fcb234e4b40ddc2b933fa6957d90a86c243cee3.zip
ummm... what was this even doing
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index 6a1155b..92b22ae 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -22,16 +22,6 @@ has active_games => (
default => sub { {} },
);
-around new => sub {
- my $orig = shift;
- my $class = shift;
- my %args = @_;
- my $prefix = delete $args{prefix};
- my $self = $class->$orig(%args);
- $self->prefix($prefix) if $prefix;
- return $self;
-};
-
sub said {
my $self = shift;
my ($args) = @_;