Hello,

I'm fairly new to regex, so others may have a more optimized regex, though this worx fine:
Code:
  
if $regex($1-,/^!add(?:me)?(?:\s[ab])?$/) { do stuff }


Greetz


Gone.