There is an amusing injection attack - if you add a quote including \" eg:
!quote add foo "this is \"fun\""
then !quote foo
you will see:
<foo> said this is \
then accessing quotes or adding quote's won't work until you again do something like:
!quote add foo "\""
then all is back to normal :)