Skip Menu |

This queue is for tickets about the POE-Component-IRC CPAN distribution.

Report information
The Basics
Id: 15057
Status: resolved
Priority: 0/
Queue: POE-Component-IRC

People
Owner: Nobody in particular
Requestors: crazyForDynamite [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Object Methods over POE Events
Some commands are meant to be called as object methods $irc->nick_name(); $irc->nicks(); # From PoCoIRC::State It would be nice to be able to call these through POE: my @nicks = $kernel->call($irc->session_id, 'nicks');