Useful trick|calyx|calyx238@gmail.com|1365283105|calyx|xx|0|82.33.193.237|This wildcard trigger:<br /><br />[code]<br />+ [*] ok<br />- :-)[/code]<br /><br />was being matched by someone asking &quot;do you use facebook&quot;. The &quot;ok&quot; was matched by &quot;facebook&quot;, when I just wanted the &quot;ok&quot; to match as a separate word.<br /><br />The solution: force a whitespace before the &quot;ok&quot; to ensure it is matched only as a separate word:<br /><br />[code]<br />+ [*( )] ok<br />- :-)[/code]||||
