Posted By: colt45
Pipeline broke my script... - 29/12/20 02:22 AM
Pipeline appears to break my script from time to time.
i.e.
And when someone type something like this.
Result I get is
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
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