in reply to Quicky Aimbot question
while (1) { $aim->do_one_loop(); # Act on the results... # If you feel the need, now you can........ $aim->send_im($name, $message); }
I don't use AIM, and haven't used this module, but it looks like $aim->start() is just an infinite loop of $aim->do_one_loop()
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Quicky Aimbot question
by nightwatch (Scribe) on Jul 16, 2004 at 05:33 UTC |