From 992cda50925731f186193f4c4e1adee9739891d0 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 26 Apr 2010 22:11:29 -0400 Subject: [PATCH] fixing path --- plugins/eval.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eval.pm b/plugins/eval.pm index f9cd0db..d99f0dd 100644 --- a/plugins/eval.pm +++ b/plugins/eval.pm @@ -52,7 +52,7 @@ sub command { warn "Found $type: $code"; my $filter = POE::Filter::Reference->new(); - my $socket = IO::Socket::INET->new( PeerAddr => 'simcop2387.info', PeerPort => '14400' ) + my $socket = IO::Socket::INET->new( PeerAddr => 'home.simcop2387.info', PeerPort => '14400' ) or die "error: cannot connect to eval server"; my $refs = $filter->put( [ { code => "$type $code" } ] );