POE::Session->create ( inline_states => { _start => \&test_start, _stop => \&test_stop, # ircd_client_privmsg => \&POE::Component::Server::IRC::hue_privmsg_handler, ## 1 }, # object_states => [ $pocosi => { ircd_client_privmsg => 'hue_privmsg_handler' },], ## 2 # package_states => [ 'POE::Component::Server::IRC' => { ircd_client_privmsg => 'hue_privmsg_handler' },], ## 3 heap => { Obj => $pocosi }, );