mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 12:05:42 -04:00
nightly commit
This commit is contained in:
parent
6264f311af
commit
433f7fe6c8
3 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];
|
||||
|
|
BIN
var/factoids.db
BIN
var/factoids.db
Binary file not shown.
BIN
var/seen.db
BIN
var/seen.db
Binary file not shown.
Loading…
Add table
Reference in a new issue