Online's little code works great, however i've ran into a few things..
Let's take an example. I add this quote: "Too much is overkill".

1) How can the code be modified so that i can do a "!findquote too much" instead of "!findquote too much*" ?
Basicly i'd like to replace all spaces with a * and even add a * at the end of the !findquote trigger.. Tried to play around a little with $replace($1-,$chr(32),$chr(42)) etc, but didnt quite get it.. smirk

2) Is it possible to e.g. type !last plur (plur is a nick), and the script will then paste the 5 last quotes by plur ($2) ?