Jethro commented on a Page, Bot Quote Script  -  Feb 04, 2011

If you are gonna do it that way to individualize the text event by inserting an exclamation mark, you could still do it like so:

on *:TEXT:!*:#: {
  if ($1 == !quote) {

without using the $right(). I'd recommend you add a

tokenize 32 $strip($1-)

under the text event so the control codes get stripped out, as well as a basic trigger flood control.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.