Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

[POE::Component::IRC] Updating The IRC Log Watcher bot

by three18ti (Monk)
on Jan 10, 2014 at 18:31 UTC ( [id://1070166]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    =39=          $_[KERNEL]->yield("heartbeat"); # start heartbeat
    
  2. or download this
    my %FOLLOWS = (
       ACCESS => "/var/log/messages",
    ...
            $irc->yield(privmsg => $channel, "I am online and responding t
    +o commands");
        }
    }
    
  3. or download this
    #!/usr/bin/perl
    use 5.010;
    ...
            $irc->yield(privmsg => $channel, "I am online and responding t
    +o commands");
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-24 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found