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.
:
:
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
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
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',)
>
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
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&
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&
"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',)
:
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
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
10 matches
Mail list logo