Pipeline appears to break my script from time to time.

i.e.

Code
on *:TEXT:*:*: {
     echo @TEST $strip($1)
}


And when someone type something like this.

Quote
He||o I'm John


Result I get is

Code
He
o I'm John Unknown command


If there is, I just couldn't figure out what word/code is, to treat that as a text but not as a code.

Thanks

Last edited by colt45; 29/12/20 02:22 AM.