mIRC Homepage
Posted By: Belhifet Does a "not code" identifier exist? - 16/12/14 06:42 PM
So I could do like--

.msg $chan $notcode(%message)

Specifically because %message might contain Pipes | and one version of a thing a wrote got whacky cause of the pipes int he message.

? smile if there isn't something I suppose I'll have to work on something different...heh.
Posted By: Wims Re: Does a "not code" identifier exist? - 16/12/14 07:09 PM
if you use the /msg command alone, there is no issue:

Code:
//var -s %a pipe $chr(124) pipe | msg $chan %a
Execute that on any channel and the pipe won't be a problem.
Issues occur when you are using vulnerable command, read this
© mIRC Discussion Forums