Originally Posted By: westor
Ok try replace

this:
Code:
write Quotes.txt $2- $+ , Added by $nick


with this:

Code:
write Quotes.txt $remove($2-,$chr(35)) $+ , Added by $nick on $asctime(dddd) $asctime(dd) $+ th $asctime(mmmm) $time


That's awesome man, it works really well!

Do you know what to do about the addquote so it tells you what number your quote is when it says 'Quote Added' to 'Quote Added #3' ?

Thanks grin