Lindrian commented on a Page, Mass Modes  -  Mar 13, 2008
/^[+|-][o|v|b]$/

the | (pipes) will be treated as a character, so use this instead:

/^[+-][ovb]$/
 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.