yea, my bad on 1..
I always forget to do 2..

and I'll use the $istok one..
Now if people use like "!example test" with bold it goes around it....
Is there a way to check for that?
-----------------------------------------------------------
this is right.. right?
[code]on *:text:!example*:*:{
if ($istok($2-,test,32)) {
commands
}
else {
commands
}
}