Hello all,

How may I parse the query from a user ?
I mean something like this:

ON *:TEXT:*:?: {
if ( my_string isin string_by_user ) { msg $nick text }
}

Thx