I've found in MushClient 3.20, when I add a new alias (anything with a wildcard) and run in into a sript that the second argument going into the script is blank, or not there.
For instance if I add:
Alias: say *
Send:
label: usesay
script: usesay
---- script file ----
sub usesay(alias,full_line,wildcard)
world.note alias
world.note full_line
world.note wildcard(1)
end sub
Constantly, no matter what I do, full_line is blank or empty. Certainly using wildcards and runing scripts on them would be easy, but I'd like the ability to use the full_line as well (as was able in 3.06).
Anyone else having this problem? Is there just a fix that I'm unaware of? Am I just doing something wrong?
For instance if I add:
Alias: say *
Send:
label: usesay
script: usesay
---- script file ----
sub usesay(alias,full_line,wildcard)
world.note alias
world.note full_line
world.note wildcard(1)
end sub
Constantly, no matter what I do, full_line is blank or empty. Certainly using wildcards and runing scripts on them would be easy, but I'd like the ability to use the full_line as well (as was able in 3.06).
Anyone else having this problem? Is there just a fix that I'm unaware of? Am I just doing something wrong?