hehe
(22:53:32) Ari Pollak: i wonder if i can use Maxim as my cultural magazine
(22:53:36) Ari Pollak: turn it off
(22:53:38) Ari Pollak: NOW
(22:53:41) Ari Pollak: right
(22:53:41) Ari Pollak: cool
(22:53:54) c y b e r k n i: oh..
(22:53:54) c y b e r k n i: yes
(22:54:02) c y b e r k n i: i thought of that
(22:54:26) Ari Pollak: omg
(22:54:30) Ari Pollak: if you don’t turn that off now i swear
So much fun…..
#BAD CODE COMING..
#!/usr/bin/perl
GAIM::register(“Piss Of Ari”,”7.01″,”",”");
GAIM::add_event_handler(“event_im_recv”,”reply”);
GAIM::print(“DAN SCRIPT LOADED”,”Go Time”);
sub reply {
if($_[1] eq “Ari Pollak” ) {
$lower=0;
$upper=4;
$where = int(rand( $upper-$lower+1 ) ) + $lower;
if($where == 0) {
GAIM::serv_send_im($_[0],$_[1],”right”,0);
} elsif($where == 1) {
GAIM::serv_send_im($_[0],$_[1],”yeah”,0);
}elsif($where == 2) {
GAIM::serv_send_im($_[0],$_[1],”uh huh”,0);
}elsif($where == 3) {
GAIM::serv_send_im($_[0],$_[1],”oh sure”,0);
} else {
GAIM::serv_send_im($_[0],$_[1],”cool”,0);
}
}