mIRC Home    About    Download    Register    News    Help

Print Thread
#259640 06/01/17 08:25 AM
Joined: Aug 2016
Posts: 57
R
Babel fish
OP Offline
Babel fish
R
Joined: Aug 2016
Posts: 57
I have noticed that the $wrap identifier when used with the same word in next line, however changing only one letter from lowercase to uppercase, or vice versa, the mIRC prints the second equal to the first.

See the examples:
Code:
//echo -a $wrap(teste,fixedsys,7,1000,1)
//echo -a $wrap(testE,fixedsys,7,1000,1)


Will print:
Code:
teste
teste


However, should print:
Code:
teste
testE


The same problem occurs using $wrap with the /say command, among others.


rockcavera
#Scripts @ irc.VirtuaLife.com.br
Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
I cannot reproduce.
Please type the following command in mIRC and report the result back:
Quote:
//echo -a $os $version $beta $md5($mircexe,2) $file($mircexe).sig $alias(0) $script(0) $dll(0) $com(0)


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Aug 2016
Posts: 57
R
Babel fish
OP Offline
Babel fish
R
Joined: Aug 2016
Posts: 57
Code:
10 7.46 0589fe3d339c7f1fc213ff9e099f2c9f ok 1 1 0 0


I tested on mIRC without remote and aliases. The two /echo has to be executed next. A friend was able to reproduce in mIRC 7.41 as well.

Last edited by rockcavera; 06/01/17 03:46 PM.

rockcavera
#Scripts @ irc.VirtuaLife.com.br
Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
Is your friend on Windows 10 as well?I misunderstood the report sorry, I can reproduce

Last edited by Wims; 06/01/17 05:54 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Aug 2016
Posts: 57
R
Babel fish
OP Offline
Babel fish
R
Joined: Aug 2016
Posts: 57
I did not ask what system he was using. However, I reproduced the problem by emulating Windows XP.


rockcavera
#Scripts @ irc.VirtuaLife.com.br
Joined: Apr 2004
Posts: 871
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 871
Can also reproduce here. Win7, mIRC 7.46 beta-353.


Saturn, QuakeNet staff
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks, this issue has been fixed for the next version.


Link Copied to Clipboard