Hi,
I'd like to write a plugin for an IRC bot (which is based on
POE::Component::IRC) using POE::Component::IRC::Plugin. I want it to do
the following (this is a simplified version of what I actually would
like it to do):
When the nick 'foo' sends to a channel
<foo> !greet 20
the bot must reply
<bot> Hi foo!
after 20 seconds. How could I do that? I don't know how to trigger an
event after a specified amount of time.
Thanks in advance for any suggestions.
Pablo.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/