in reply to Re: Net::Aim: How to sent single message
in thread Net::Aim: How to sent single message

Yep, but you'll need to be careful about how often the script runs. If you log in/out X times in Y minutes, your account is blocked from logging in any more for Z minutes. (Where X, Y, and Z are numbers I can't recall at this time.)
  • Comment on Re^2: Net::Aim: How to sent single message

Replies are listed 'Best First'.
Re^3: Net::Aim: How to sent single message
by jpk236 (Monk) on Jan 28, 2005 at 15:23 UTC
    Thanks for the help guys! Also, to answer your question, I believe you're blocked for 10 minutes. That actually is an important factoid, which is why I'll have the signon stuff in a sub-routine which runs as the script starts -- then just have the send_im whatnot do its thing within the script as many times as it needs. Thanks again!

    - Justin