-=- MaGiCaL 8ball -=-

By Da_DoN on Sep 11, 2004

8ball script for u or ur bot, u have to have a txt file in ur directory named ball.txt and inside the file include all ur answer to the 8ball like this
YES
NO
MAYBE
WHO CARES
naaaaaaaaaa
dammit, why u say that, but i'll go for no----- YESSSSSS

ADD MORE

;####### irc.liquidacid.org    ######
;#######      Da_DoN           ######
;#######    #ScriptorZ         ######
;####### www.scriptorz.net  ######
;####### DO NOT EDIT        ######

on 1:TEXT:`8ball*:#:{
  if (%ball == on) {
  msg $chan [8ball] $nick - $read(ball.txt) }
}
alias ball.on {
  set %ball on
  msg $chan 8ball is now on.
}
alias ball.off {
  set %ball off
  msg $chan 8ball has being disabled.
}
menu channel {
  ball
  .on:/ball.on
  .off:/ball.off
}

Comments

Sign in to comment.
DarthReven   -  Nov 16, 2004

Da DoN if your going to ripp a script plzzzzzzzz make it some what different

 Respond  
Da_DoN   -  Sep 25, 2004

this is my code, made it myself, so shoosh runaway

 Respond  
Murderer   -  Sep 13, 2004

Stop stealing other peoples code!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.