I've been looking for a way to get around command parsing for command sent to MUSHclient, and I'm not sure if it's possible. I'd like to do this for two reasons.
1) Short commands being removed from history. I have any command only one or two character long sent to the mud, but omitted from the command history. I'd rather save the history for the harder to type items. This works fine until I try to send a like like this "open n;n" and I want to repeat that. The whole line is longer than what I want to gag, so I would like to have my script check the whole line to see if it should omit from the history.
2) I just thought of the easiest workaround for my other reason for wanting this. And I'm two lazy to get rid of the list.
So is there a way to check the whole command line, or has it already been too far to check after the parsing?
1) Short commands being removed from history. I have any command only one or two character long sent to the mud, but omitted from the command history. I'd rather save the history for the harder to type items. This works fine until I try to send a like like this "open n;n" and I want to repeat that. The whole line is longer than what I want to gag, so I would like to have my script check the whole line to see if it should omit from the history.
2) I just thought of the easiest workaround for my other reason for wanting this. And I'm two lazy to get rid of the list.
So is there a way to check the whole command line, or has it already been too far to check after the parsing?