mIRC Homepage
Posted By: wiebe if / elseif and prefixes . ! - 17/06/04 10:43 AM
.!command after an if or elseif on the same line doesnt do the default command, but sends to the server

Code:
alias test { if (a == a) { .!echo -a test } }


sends !echo -a test to the server
Posted By: starbucks_mafia Re: if / elseif and prefixes . ! - 17/06/04 11:04 AM
A bizarre bug. The command will work correctly inside a if/elseif/else/$iif() if you use !.command instead of .!command. The bug only occurs if command is on the same line as the if/elseif/else/$iif(), and it doesn't occur within $iif() if it's part of a timer, scon, or scid command.
© mIRC Discussion Forums