Re: problem with Net::AIM

2005-09-11 Thread haruspex
Binish A R wrote... : Hello, : : Has anyone tried sending aim messages with Net::AIM module? : I am getting the following message while sending test messages? : : PARSE: how many args in '2'? : : I tried google'ing for this message but couldnt find a genuine fix : for this. : :

problem with Net::AIM

2005-09-10 Thread Binish A R
Hello, Has anyone tried sending aim messages with Net::AIM module? I am getting the following message while sending test messages? PARSE: how many args in '2'? I tried google'ing for this message but couldnt find a genuine fix for this. btw I used the test script [ with some m

Re: Net::AIM error

2002-10-08 Thread Sanko Robinson
the handlers for commands issued by the server. : $conn->set_handler('im_in', \&on_im); : $conn->set_handler('error', \&on_error); : $conn->set_handler('eviled', \&on_evil); : $conn->set_handler('config', \&on_config); Here, you

Re: Net::AIM error

2002-10-08 Thread PeterKorman
the Aim module and getting this error: > > : Code = > > : #!/usr/bin/perl -w > > : > > : use Net::AIM; > > : $aim = new Net::AIM; > > : $aim->newconn(Screenname =>'anything', > > : Password =>'duh',) >

Re: Net::AIM error

2002-10-07 Thread SilverFox
Silverfox wrote: > Sanko Robinson wrote: > >> "Silverfox" wrote... >> : hey All, am trying to use the Aim module and getting this error: >> : Code = >> : #!/usr/bin/perl -w >> : >> : use Net::AIM; >> : $aim

Re: Net::AIM error

2002-10-07 Thread SilverFox
Sanko Robinson wrote: > "Silverfox" wrote... > : hey All, am trying to use the Aim module and getting this error: > : Code = > : #!/usr/bin/perl -w > : > : use Net::AIM; > : $aim = new Net::AIM; > : $aim->newconn(Screenname =>'anything&

Re: Net::AIM error

2002-10-07 Thread SilverFox
Sanko Robinson wrote: > "Silverfox" wrote... > : hey All, am trying to use the Aim module and getting this error: > : Code = > : #!/usr/bin/perl -w > : > : use Net::AIM; > : $aim = new Net::AIM; > : $aim->newconn(Screenname =>'anything&

Re: Net::AIM error

2002-10-06 Thread Sanko Robinson
"Silverfox" wrote... : hey All, am trying to use the Aim module and getting this error: : Code = : #!/usr/bin/perl -w : : use Net::AIM; : $aim = new Net::AIM; : $aim->newconn(Screenname =>'anything', : Password =>'duh',) :

Net::AIM error

2002-10-06 Thread SilverFox
hey All, am trying to use the Aim module and getting this error: Code = #!/usr/bin/perl -w use Net::AIM; $aim = new Net::AIM; $aim->newconn(Screenname =>'anything', Password =>'duh',) or die "Error: Cannot Connec

Net::AIM

2002-08-26 Thread coe smythe
I relatively recently stumbled upon perl bots for aim, and figured i might as well try to write my own. However, my knowledge of perl is minimal, and I was looking for anyone with some familiarity to the module. In specific, right now I'm trying to get my bot to look at an incoming message, see