Please Disable Ad-Block To View This Website.

If you block ads, this site can not survive!

Ads are very minimal for registered users. If you don't have an account please register now!

DOWNLOAD
 Full Scripts
 Addons
 Snippets
 DLLs
 MTS Themes
 Tutorials
 Misc.
 File Queue
 Download mIRC
INTERACT
 Screenshots
 Challenge
 Top Downloads
 Submit Form
 Forums

SEARCH
Site Search

FRIENDS
Link to us!
PhotoShelf

Home | Comments:
Average Rating:   6   Quotes v2.32 by HM2K
Description:
A nice, simple quotes system.

Submitted Review Author's Updates
Review:
This is a quotes system that works as the documentation says. I loaded it, and was able to add myself as an Admin with a nice popup. Once done, I connected to a server and tried out the triggers. They all work as they should with the exception of !removequote. There is a parameter missing in the script that stops this function from working. Also, in the documentation it lists the trigger as !removequotes, but in the script it’s just !removequote. One final point would be, the documentation says to put the files in the mIRC directory, but for those of us who don’t like our main directory cluttered, a simple use of $scriptdir would mean it would save it’s settings in a sub-directory. If the author addressed these minor points it would be perfect.

Good work.

Reviewed by mr_man

There are no update notes.
Screenshot:
No
Screenshot
Available

Comments:

  Mode:    Create New Post

EstrangedApr 6, 2009 11:26PM
There may be a small bug in this script, that would cause ppl that want to see the quotes that others are looking for. The !findquote trigger as it is doesn't allow this to happen. To cure this, locate the !findquote trigger, and change the .msg to msg (note the second one doesn't have the "." in front of it). Changing this will allow the person that's installed the addon to view the quotes that others are looking for by using the !findquote trigger.

Thanx Selina and DragonFlu for locating and subduing the issue.

BladeIRCAug 16, 2007 6:46PM
Rating:     6After investigating the !removequote issue in the code line with a lil help from a great mate of mine Estranged, heres a simple fix..........

Find this line in the .mrc...............if (($1 == !removequote) && ($istok(,$nick,32))) { $quote.rem($nick,$2) | return }

Remove the first bracket from (($1 == !removequote) .so its ($1 == !removequote) .and remove && ($istok(,$nick,32))) completely.

Make sure you have the triggers to match EG: alias -l quote.triggers { return !quote !findquote !addquote !totalquotes !removequote } '!removequote was
!removequotes ......... it didnt work b4 we changed that.

The only other bug we found when we did this, was if you have no quotes in the database and it will still say you removed one.

"
[Fri:8:54:44:am] <~Blade> !rquote 1
[Fri:8:54:45:am] -Info-Bot- [Quote Removed] Quote Number 1 was removed!
[Fri:8:54:49:am] <~Blade> removed 1
[Fri:8:55:02:am] <~Estranged> funny, because there wasnt any in there to remove
"

Its a bug we can live with!! Top script, got my vote!! Cheers
BladeIRC

Text edited by author on Aug 16, 2007 @ 6:47PM


EstrangedAug 16, 2007 7:06PM
For those that might have an issue locating that line, in the editor use the Goto Line button, and the line is 59.



Create New Post

You must be logged in to post messages.