Hello.
I'm new to MUSHClient, so please bear with me. I just want a simple auto-login trigger.
Here is the XML of the trig:
<triggers>
<trigger
enabled="y"
group="Multi Line"
lines_to_match="1"
keep_evaluating="y"
match="Do you wish to use ANSI colors? (Y/n): "
regexp="y"
repeat="y"
send_to="2"
sequence="100"
>
<send>y
eesti
password
l
l
</send>
</trigger>
</triggers>
The line I am trying to fire off of is:
Do you wish to use ANSI colors? (Y/n):
Note that there is a space after the colon.
It won't fire; I don't know why. I'm used to zMUD, so it's pretty foreign to me. I look at the regular expression syntax documentation, and tried to tinker with it, but I couldn't get anything out of it. If you could be so kind, I'd love some help. Triggers are pretty crucial to my mudding experience.
I'm using version 4.43.
THanks a lot.
I'm new to MUSHClient, so please bear with me. I just want a simple auto-login trigger.
Here is the XML of the trig:
<triggers>
<trigger
enabled="y"
group="Multi Line"
lines_to_match="1"
keep_evaluating="y"
match="Do you wish to use ANSI colors? (Y/n): "
regexp="y"
repeat="y"
send_to="2"
sequence="100"
>
<send>y
eesti
password
l
l
</send>
</trigger>
</triggers>
The line I am trying to fire off of is:
Do you wish to use ANSI colors? (Y/n):
Note that there is a space after the colon.
It won't fire; I don't know why. I'm used to zMUD, so it's pretty foreign to me. I look at the regular expression syntax documentation, and tried to tinker with it, but I couldn't get anything out of it. If you could be so kind, I'd love some help. Triggers are pretty crucial to my mudding experience.
I'm using version 4.43.
THanks a lot.