mIRC Home    About    Download    Register    News    Help

Print Thread
#249373 26/11/14 05:20 PM
Joined: Jul 2006
Posts: 4,150
W
Wims Offline OP
Hoopy frood
OP Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,150
Quote:
menu nicklist {
test : {
if (1) { //echo -at msg testing warned.. $* etc.. } }
}
or
menu nicklist {
test : { if (1) { //echo -at msg testing warned.. $* etc.. } }
}
Someone found this, I figured I'd mention it even though it's $* related. This syntax with the $* call result in mIRC not stripping the //, sending "//ECHO" to the server.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Dec 2002
Posts: 5,421
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,421
Thanks for your bug report. It looks like $* is not applying some of the parsing that is applied to normal commands. I normally do not make changes to $* because it is an old identifier but it looks like an easy change. This should be fixed for the next version.


Link Copied to Clipboard