elwarren has asked for the wisdom of the Perl Monks concerning the following question:
Perhaps I should have a wheel that takes my irc events and pushes them into a database, but that's overkill. Pushing from the irc session isn't the issue, it's pulling the current state from the http side that is twisting my brain.my $ircsession = $kernel->alias_resolve('irc_bot'); my $heap = $ircsession->get_heap(); foreach (keys %{$heap->{USERLIST}} ) {
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: POE sharing data between sessions
by johnnywang (Priest) on May 17, 2005 at 20:11 UTC | |
by elwarren (Priest) on May 17, 2005 at 20:35 UTC | |
Re: POE sharing data between sessions
by rcaputo (Chaplain) on Jun 10, 2005 at 21:10 UTC |