Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

awwaiid's scratchpad

by awwaiid (Friar)
on Jun 03, 2004 at 19:24 UTC ( [id://360384]=scratchpad: print w/replies, xml ) Need Help??

A one-line AIM bot! Please use your own AIM account! perl -e 'use Net::AIM; $aim = new Net::AIM; my $conn = $aim->newconn(Screenname=>"YOURAIMSNHERE",Password=>"YOURAIMPASSWDHERE");my $conn2 = $aim->getconn();$conn2->set_handler("im_in",\&on_im);$aim->start;sub on_im{my ($self, $event, $from, $to) = @_;my $args = $event->args;my ($nick, $auto_msg, $msg) = @$args;$self->send_im($nick, "Hi $nick. You said $msg .");}'
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found