Subject: | Plugin::Proxy sends events from itself, not from the poco-irc session |
POE::Component::IRC::Plugin::Proxy uses ->_send_event() to post its
events instead of ->send_event(), causing them to come from the Proxy's
internal session and not the core poco-irc session.
I'm not sure if this is a bug or the desired feature, but it is sure
annoying when you expect the irc_proxy_* events to come from the
poco-irc session.