Help for this page

Select Code to Download


  1. or download this
    sub on_renconnect {
      my $ts = localtime;
    ...
      $_[HEAP]->{server}->put($renpassword);    
      $_[KERNEL]->alias_set("ren");
    }
    
  2. or download this
    # Connetion to RenRem
    POE::Component::Client::TCP->new(
    ...
        },
      },
    );
    
  3. or download this
        ## HERE I WANT TO SENT THE $RENMSG FROM THE IRC CHANNEL TO THE TCP
    + SERVER 
        $kernel->post(ren => send_data => "msg $nick\@TRiNiTY\: $renmsg");