Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: POE::Component::IRC event loop stuck?

by Corion (Patriarch)
on Aug 12, 2015 at 09:42 UTC ( [id://1138296]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $irc->yield(join => $msg_channel);
        $irc->yield(privmsg => $msg_channel, $message);
        $irc->yield(part => $msg_channel);
    
  2. or download this
    my @channels_to_notify = get_unused_channels();
    my @joined_channels;
    ...
        my ($name) = @_;
        @joined_channels = grep { $_ ne $name } @joined_channels;
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138296]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found