quote:
Originally posted by John Anderton
I still wasnt able to make a bot .. .can someone help me with the procedure from start to end ... how do i tell the bot what to do ??
You don't tell it what to do, you program it.
Like:
code:
if ($msg =~/^!John/i){
$self->sendmsg("Hi John");
}
This will make the bot respond "Hi John" when you write "!john"
$self->sendmsg is defined in the msn.pm