Top

Quote

Please Register to submit score.
Average Score  6.8
Scores Submitted  8
Date Added  Aug 31, 2007
Last Updated  Oct 04, 2007
Tags  bot  quote 

Introduction

Just another quote script that i made awhile back. Add it to Ur Bot's Remotes and Turn on in Ur Bot's channel menu then On Ur side type !quotehelp for commands..


Update 1.) I added a !findquote command to search For a quote by text.
ex.
<@napa182>!findquote Mad_becca's breath smell
<@CrackPotBot> Found Ur Search: Quote: Added by Shin_Chan: <@BigBrotherBot> Mad_becca's breath smell so bad you must have eaten gym sock sandwiches.


Update 2.) Ok I made it so now only the Botowner can use !delquote
so you will have to set Ur self as bot owner by Typing On the Bot's side /botking Urnick

Update 3.) Also I added flood control for reg nicks that use the script.

Update 4.)Ok I Added an menu on and off for the quote script on the user's side. To Use This You Need To Put the last Part Of this script On the user's side in a new remote and set Ur Bot's name by typing /kingbot UrBot'sName. Then click in any window to turn on or off...

Grab the Code

Comments

  (44)  RSS
xDaeMoN
Comments: 696
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 2:15 am
I don't see the need for %equote. Also, instead of having %tquote, you can use $lines(quote.txt) which would give the total number of lines of the file. =)
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 3:29 am
Ah thanks xDaeMoN i forgot about $lines . Much appreciated =) oh i forgot to take the %equote out i was going to add another thing but then decided not too.
Thanks again.
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 11:09 am
I like this one, it's a lot more detailed than the others ive seen. The thing that I like is the "find quote", ive never seen that before, and i think its a good idea. so great script, and keep up the good work :P

napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 1:15 pm
Thanks =) Much appreciated mountaindew
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 2:18 pm
I like the flexibility of this quote system. Nice job.
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 2:58 pm
Thanks Ghost-lit Warder..
I hope you all enjoy it..
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 10:30 pm
Ok I made it so now only the Botowner can use !delquote
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 10:35 pm
thats a good idea, but i dont think you should have to be op for it to say the quote :P
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 10:39 pm
yeah I was thinking that also but then il need to add a flood control to it. Cuz reg users sure like to flood useing other peoples scripts. Sad but true..
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 10:54 pm
true...
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 10:55 pm
You could create a list of users who are not allowed to access the quote system, or at least make the option to what level of user is allowed to access the quotes. This way you can set specific people who flood your scripts or, if the reg flooders becomes problem, temporarily disable regular users from using the quoter.
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 10:57 pm
lvls wouldnt be a good idea, because then you would have to set for every person, and what happens if someone joins

also, instead of list of users, addresses of the users would be better, cuz they can change nicks :P
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 11:01 pm
If people flooding your quoter becomes a common problem, then maybe disabling the level wouldn't be a bad idea. You could also add a list of accepted users and reverse it until you stop the block of a certain level. And yes, using the address would be better. Perhaps making an ini file and using $readini to decipher if the nick is in the list. =)
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 11:01 pm
*address
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 11:10 pm
or maybe put in it

Code:

inc %timesused
if (%timesused == 3) msg $chan $nick $+ , dont flood the channel, or ill kick you
elseif (%timesused >=4) kick $chan $nick dont flood
timer 1 30 unset %timesused
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 11:14 pm
actually make that

Code:

inc -e %timesused 1
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Aug 31, 2007 11:46 pm
oh i already did add it i just havent posted it yet
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:16 am
Ok the way i have it set up is that it will warn reg users not to flood then halt them from useing it for 30 sec. but op's and halfop's can use as much as they like also reg users can not addquote only op's and halfop's can.
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:17 am
any more ideas? lol
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:33 am
Perhaps adding only ops and halfops can use !addquote to the !quotehelp so rerular users don't attempt to !addquote.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:33 am
*regular
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:35 am
And maybe adding an on *:join:#channel: event to let the users know to type !quotehelp. =)
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:35 am
i already have it set up so reg users cant use addquote only op's and halfop's can
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:36 am
only the bot owner can delete quotes
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:48 am
plus reg user's shouldnt be able to use the !quotehelp
the only commands reg users can use would be !quote and !quote <number>
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:49 am
The command !quotehelp is available to regular users in your script. =o And, adding the !addquote is only for hops and ops tells them they can't use it. In the event that a regular user finds out about quotehelp then they might get the impression they can add quotes themselves. So you could just add a ($nick !isreg $chan) is you don't want regular users to use it.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 12:50 am
Agh, sorry. Did not see the line reading if nick isop. =0 It's late.
T7Davey
Comments: 73
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 1:10 am
Why not add two aliases for turning on and off the script as well? And why would you want to turn off the script, most people would put this in their bots and keep the bot on all the time.
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 1:41 am
it already has an on and off hence the...
Code:
menu channel {
  Quote
  ..ON { set %quote on | echo 12 -a Quote Is Now ON }
  ..OFF { unset %quote | echo 12 -a Quote Is Now OFF }
}

Part.
T7Davey
Comments: 73
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 3:02 am
I'm saying some people are too lazy to right click on a screen and turn it on/off, they are usually fast typers and could type the alias quicker then right clicking, and they could be lagging so they might not want to open menus either :|
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 3:41 am
Ok I Added an menu on and off for the quote script on the user's side. To Use This You Need To Put the last Part Of this script On the user's side in a new remote and set Ur Bot's name by typing /kingbot UrBot'sName. Then click in any window to turn on or off...
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 1, 2007 10:48 pm
ok i added a little bit more to it ... now thats it for now lol
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 2, 2007 3:13 am
last add that i added. It now tells you what line number the quote is on random quote
LostSoulOfDarkness
Comments: 1
 
mIRC Snippet:  Quote
Posted on Sep 3, 2007 9:47 am
is it possible to add a owner to the bot ? Im using the script on a different client than the one I have my regular user on. and it's a pain to constantly open up the other client to delete quotes, when I could just do it from my regular irc.
Ghost-lit Warder
Comments: 136
 
mIRC Snippet:  Quote
Posted on Sep 3, 2007 10:05 am
/botking (user)
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Sep 3, 2007 2:52 pm
um you can change the
Code:
alias botking { set %botking $1 | echo -a 0,1Bot Owner Is Now4,1 $1 0,1 «×X§Ç®îÞt0®§X×» ™ }

to this to add more bot owners
Code:
alias botking { set %botking. [ $+ [ $1 ] ] | echo -a 0,1Bot Owner Is Now4,1 $1 0,1 «×X§Ç®îÞt0®§X×» ™ }

then just fix the rest of the script where it says %botking well if you realy want to add more then 1 bot owner..
ermansanidhya
Comments: 40
 
mIRC Snippet:  Quote
Posted on Sep 17, 2007 5:32 am
i love this quote but not the collours :). Good Job
mountaindew
Comments: 1,380
 
mIRC Snippet:  Quote
Posted on Oct 4, 2007 5:33 pm
Code:
 { msg $chan 4,1 $nick 0,1I Will Now Ignore Ur Commands For 30 Sec's. | halt }


u can just use ".msg" to not say it in the status, rather than halting it ;)
napa182
Comments: 742
 
mIRC Snippet:  Quote
Posted on Oct 4, 2007 5:48 pm
hmm thought i took that out hmm guess not
Eugenio
Comments: 477
 
mIRC Snippet:  Quote
Posted on Apr 14, 2008 4:51 pm
How do I use this ?!?
EL
Comments: 835
 
mIRC Snippet:  Quote
Posted on Apr 14, 2008 5:48 pm
n00b lawl haha dumb ass its a bot script ;x (he was tryin to use it with his own script LOL)
Eugenio
Comments: 477
 
mIRC Snippet:  Quote
Posted on Apr 14, 2008 6:43 pm
pffft actually I tired it with another nick one on mIRC and the other on java on jungle and it still didnt work......I know you cant trigger your own on texts and btw for some reason I cant get on your server, when it asks for my password I put it in and nothing happens.
EL
Comments: 835
 
mIRC Snippet:  Quote
Posted on Apr 14, 2008 8:10 pm
Lol
Spynetworks
Comments: 3
 
mIRC Snippet:  Quote
Posted on May 28, 2008 7:47 am
It works at least and does what its supose to

Please Register or Login to start posting comments.
Bottom