My head is kinda swimming at the moment trying to figure out how to capture a whois query sent to the server. Here's the gist of my problem, I have an IRC bot that needs to check if a user who has issued it a command is a channel operator. So my idea was to do a
and then parse the output of that to see if they are. The problem is that POE sends events to pre defined subs such as irc_319() for the whois information I need. So how in the world would I capture the whois information called from my other sub which in itself is called from irc_public().