mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:55:42 -04:00
nightly commit
This commit is contained in:
parent
084607c197
commit
c0dbfa53d2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ while( 1 ) {
|
|||
print "Code: ";
|
||||
my $code = <STDIN>;
|
||||
|
||||
my $socket = IO::Socket::INET->new( PeerAddr => '127.0.0.1', PeerPort => '14400' );
|
||||
my $socket = IO::Socket::INET->new( PeerAddr => 'simcop2387.info', PeerPort => '14400' );
|
||||
my $refs = $filter->put( [ { code => "$code" } ] );
|
||||
|
||||
print $socket $refs->[0];
|
||||
|
|
Loading…
Add table
Reference in a new issue