v2.7 (March 20, 2005)

- Added an option to the script to work only in specified channels.
- Added a new !addquote format. "!addquote quote" These quotes can be found in the manager under the nick "Anonymous"
- Added option to specify !quote output, in addition to the already included clipboard format.

v2.6 (March 15, 2005)

- When you did "!addquote" to give you the format on adding quotes, it always put <> brackets around the "nick", even if you had other brackets set. Fixed.
- I forgot to make a help for the "Help" link in the options dialog... added now.
- With nicks that had a special character in regex (such as +.?) the quote system bugged up... fixed now. Thx obsolum for this bug!
- When adding a quote with the "Add Quote" dialog it wouldn't add it because I forgot to change that to the new way it adds quotes. Fixed now though.

v2.5 (February 26, 2005)

- Added a Flood Protection to the !addquote Trigger
- Added Level Limits (@%+ etc.) to both !quote and !addquote
- Now you can change the !addquote format. See options dialog.

v2.4 (September 7, 2004)

- Now the script saves it's hash table everytime you or someone else add a quote to the script. (Thx to Weedy2 for that suggestions)
- Fixed some other small design bugs.

v2.3 (August 15,2004)

- Now triggers can start with anything, before they had to start with a !. Sorry.
- Now have an on INPUT event so the person that has the script can use the triggers as well.
- Fixed some other small bugs.

v2.2 (August 14, 2004)

- Added option to edit a quote. Just double click on a quote in the manager and edit the quote.
- Made use of the $menu identifier (so I didn't have to have two menus)

v2.1 (July 23rd, 2004)

- The stats (X% of all quotes, etc.) didn't show up if you searched for a term and used !quote results <num> , now fixed.
- If you use the Nicklist Menu and add a quote the nick will be auto-filled in the Nick edit box.
- Fixed "* /hfree: no such table 'quote_sysyem'"
- Added an item to the popups to access this quote_versions.txt

v2.0 (July 20th, 2004)

- Changed default quotes names to "!quote" and "!addquote". Sorry about that. :p
- You can get the format of adding a quote with "!addquote help" in addition to just "!addquote"
- Changed the help from !quote to "!quote help" (see below)
- Can now get a random quote with "!quote" (was meant to have this earlier but obviously I didn't :p)
- "!quote list" now returns how many quotes are in the database
- "!quote nicks" returns a list of nicks that have 1 or more quotes in the database
- "!quote <nick>" now returns how many quotes <nick> has (use "!quote <nick> <num>" to get each quote of the nick)
- Fixed a "/hload - no such file" coming up in your Status Window when you started mIRC and the hash didn't exist.
- When you start mIRC (and the database file exists) a timer will start which saves the database every hour (unless the timer is stopped of course :p) You can also save manually with /perform_save if you need/want too
- Has friendlier output if quote specified doesn't exist. Instead of "No such quote" it now says (i.e.) "I only have X quotes in my database"
- Added ability to search for specific words in quotes. Use "!quote search <search words>" and if any matches will found it will tell you to then use "!quote results <# of result found>" to view the results. Results are only saved for 1 minute.
- Use "/addquote -h" to get help with the /addquote alias
- Added this versions.txt :p

Thx to SPACECUMBEE for ideas.

--

v1.0 (July 2nd, 2004)

- First release