mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2014
Posts: 248
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Jun 2014
Posts: 248
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.

Last edited by Belhifet; 16/12/14 06:43 PM.
Joined: Jul 2006
Posts: 4,144
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,144
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


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard