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
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...
mIRC Snippet:
Quote
Posted on Aug 31, 2007 11:09 am
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
mIRC Snippet:
Quote
Posted on Aug 31, 2007 2:18 pm
Posted on Aug 31, 2007 2:18 pm
I like the flexibility of this quote system. Nice job.
mIRC Snippet:
Quote
Posted on Aug 31, 2007 10:35 pm
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
mIRC Snippet:
Quote
Posted on Aug 31, 2007 10:55 pm
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.
mIRC Snippet:
Quote
Posted on Aug 31, 2007 10:57 pm
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
also, instead of list of users, addresses of the users would be better, cuz they can change nicks :P
mIRC Snippet:
Quote
Posted on Aug 31, 2007 11:01 pm
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. =)
mIRC Snippet:
Quote
Posted on Aug 31, 2007 11:10 pm
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 |
mIRC Snippet:
Quote
Posted on Aug 31, 2007 11:14 pm
Posted on Aug 31, 2007 11:14 pm
actually make that
| Code: |
inc -e %timesused 1 |
mIRC Snippet:
Quote
Posted on Sep 1, 2007 12:33 am
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.
mIRC Snippet:
Quote
Posted on Sep 1, 2007 12:35 am
Posted on Sep 1, 2007 12:35 am
And maybe adding an on *:join:#channel: event to let the users know to type !quotehelp. =)
mIRC Snippet:
Quote
Posted on Sep 1, 2007 12:49 am
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.
mIRC Snippet:
Quote
Posted on Sep 1, 2007 12:50 am
Posted on Sep 1, 2007 12:50 am
Agh, sorry. Did not see the line reading if nick isop. =0 It's late.
mIRC Snippet:
Quote
Posted on Sep 1, 2007 3:02 am
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 :|
mIRC Snippet:
Quote
Posted on Sep 1, 2007 3:41 am
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...
mIRC Snippet:
Quote
Posted on Sep 3, 2007 9:47 am
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.
mIRC Snippet:
Quote
Posted on Sep 3, 2007 2:52 pm
Posted on Sep 3, 2007 2:52 pm
um you can change the
to this to add more bot owners
then just fix the rest of the script where it says %botking well if you realy want to add more then 1 bot owner..
| 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..
mIRC Snippet:
Quote
Posted on Sep 17, 2007 5:32 am
Posted on Sep 17, 2007 5:32 am
i love this quote but not the collours :). Good Job
mIRC Snippet:
Quote
Posted on Oct 4, 2007 5:33 pm
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 ;)
mIRC Snippet:
Quote
Posted on Apr 14, 2008 6:43 pm
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.
mIRC Snippet:
Quote
Posted on May 28, 2008 7:47 am
Posted on May 28, 2008 7:47 am
It works at least and does what its supose to








