Hehe,

regex sure is handy for a text based program like mIRC.

Come to think of it, a better regex would have been: /\bjim\b/Si

\b matches a word boundary[/b], S means strip text, and i means case insensitive.

Greets


Gone.