Top

magic 8 ball


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  1
Date Added  Jun 22, 2008
Last Updated  Jun 22, 2008
Tags  8  ball  magic  mirc 
  Bookmark and Share

Introduction

yes this is the same code i used for the dice game...
usage: !8ball <question here>

create a new text fill in your bots dir
name it 8ball.txt
add the stuff between the 8ball.txt start - 8ball.txt end in to the file and save
done!

Grab the Code

Comments

  (1)  RSS
napa182
Comments: 1,128
 
mIRC Snippet:  magic 8 ball
Posted on Jun 22, 2008 10:44 pm
maybe add some flood control to it.
and you can just use
Code:
.timer 1 3 msg $chan $read(8ball.txt)


no need for the var or the gettok.

Please Register or Login to start posting comments.
Bottom