Hey, I was reading through the AIM.html packet, where it explains various perl "$aim" functions...and I can't figure out some of it.
For the function, $aim:add_deny(), this is how it is defined:
Quote:
$aim->add_deny($send_bool, $group, @buddies);
This adds @buddies to your deny list, under the group $group. if $send_bool evaluates to TRUE then the toc_add_deny command is sent to the server. Otherwise it is not sent out. This function will also save the list internally.
1. What is the $send_bool supposed to be?...a number (0/1) or text (TRUE)? 2. Does the buddy have to be in a group?...or can I just have the buddy blocked?
Thanks for the help _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation
Nevermind...I figured it out...i think, it is part of the on_evil.pl ... so that answered my questions _________________ Anthony Arslan
@-Squared Enterprises
MacroHard Corporation