Top

zQuote


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.0
Scores Submitted  3
Date Added  Jan 28, 2006
Last Updated  Jan 28, 2006
Tags  bot  quotes 

Introduction

zQuote is a quote database made for bots.
Use .Quote to view a random quote
Use .Quote number to view the the quote you want
Use .Quote words to search the quote file for that word and prints a random line with that word in it
Use .findquote string to find all of the quotes with the string in them
Use .lastquote to view the newest added quote
Use .addquote to add a quote
Use .delquote to delete a quote

Grab the Code

Comments

  (5)  RSS
noMen
Comments: 56
 
mIRC Snippet:  zQuote
Posted on Jan 28, 2006 11:26 am
I havetested this snippet, it is vulnerable! Add the ,n parameter to all $read statements!!! Use /help $read for more info.
Hyper
Comments: 11
 
mIRC Snippet:  zQuote
Posted on Jan 28, 2006 11:30 am
noMen, I don\'t see anything about the ,n parameter in $read help. What is it?

Oh, btw zfg, I recommend using var instead of set. :)
noMen
Comments: 56
 
mIRC Snippet:  zQuote
Posted on Jan 28, 2006 11:33 am
If the n switch is specified then the line read in will not be evaluated and will be treated as plain text.

Hyper
Comments: 11
 
mIRC Snippet:  zQuote
Posted on Jan 28, 2006 11:36 am
hm, time to go edit my own quote script... :-\\
zfg2000
Comments: 3
 
mIRC Snippet:  zQuote
Posted on Jan 28, 2006 11:49 am
Thanks... Edited

Please Register or Login to start posting comments.
Bottom