Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
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 admiring the Monastery: (3)
As of 2024-04-25 19:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found