my $kernel = POE::Component::IRC->new('my client'); $kernel->post('my client', 'register', qw(connected msg public cdcc cping)); # now the code goes on...