mIRC Home    About    Download    Register    News    Help

Print Thread
#258181 15/06/16 12:37 AM
Joined: Jul 2006
Posts: 4,212
W
Wims Offline OP
Hoopy frood
OP Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,212
Code:
/editbox -a test

Typing that in a channel window result in the text 'test' being sent to the active window, basically behaving as though -n were used.
Seems like only the latest beta is affected by this.

Last edited by Wims; 15/06/16 12:42 AM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #258182 15/06/16 08:56 AM
Joined: Dec 2002
Posts: 5,514
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,514
Thanks for your bug report. I have not been to reproduce this issue so far. There have been no changes to /editbox or the editbox routines in the latest beta. Are you able to reproduce this in a clean install?

Khaled #258185 15/06/16 10:56 AM
Joined: Jul 2006
Posts: 4,212
W
Wims Offline OP
Hoopy frood
OP Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,212
Nop. It was actually due to a $regex call, I was actually trying something like:
Code:
//noop $regex(ab $+ $crlf,^(.*)$ | editbox -a $regml(1)
-- which results in $regml(1) containing the $cr character, I was somehow under the impression the $cr character would not be there and didn't make the link!


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

Link Copied to Clipboard