If i have a on text string like
On *:TEXT:hi:#channel:/msg $nick hi
But if that user uses color, it wont be recognized
I was thinking something like
On *:TEXT:$strip(hi):#channel:/msg $nick hi
But i guess im far off
I don't see a reason why you should be using the strip command since you can check if hi isin $1 since its most unlikely to be high or a word with hi in it opposed to being hi itself you dont need strip but if of course you dont feel safe about it then iswm could be another eval
On *:TEXT:*:#:if hi isin $1 msg # Hi $nick
OR
On *:TEXT:*:#:if hi iswm $strip($1) msg # Hi $nick