in reply to POE::IRC, Where was that tall building again?
Taking a wild guess here, but I think that you are using the WHO query for some sort of identification purposes?
Either way, if it is a set of methods for querying the 'state' of channels PoCo-IRC is on, user information, etc. then you might want to look at POE::Component::IRC::State, which is a sub-class of POE::Component::IRC that automagically gathers state information and provides a plethora of methods for querying this info.
It is a drop-in replacement for POE::Component::IRC, so literally all that is required to make use of it in your script is change POE::Component::IRC to POE::Component::IRC::State.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: POE::IRC, Where was that tall building again?
by Anonymous Monk on Jul 16, 2008 at 16:31 UTC |