Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Bug reports ➜ Commands aren't saved after Send

Commands aren't saved after Send

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by BrainFRZ   USA  (15 posts)  Bio
Date Sat 20 Mar 2021 02:05 AM (UTC)

Amended on Sat 20 Mar 2021 02:31 AM (UTC) by BrainFRZ

Message
I used Send in a script, and it seems to break being able to go back up through previous commands with the Up arrow. It also seems to turn off echoing of any commands. It doesn't affect any of the other game worlds, and the problem also seems to be intermittent. However, closing the game world doesn't necessarily fix it.


<aliases>
  <alias
   match="research *"
   enabled="y"
   send_to="12"
   sequence="100"
  >
  <send>SetVariable("Researching", "%1")
Send("research %1")
</send>
  </alias>
</aliases>

<triggers>
  <trigger
   enabled="y"
   match="^(You study for hours on end\, but fail to gather any knowledge\.|You finish your studies and feel much more skilled\.)$"
   regexp="y"
   send_to="12"
   sequence="100"
  >
  <send>Send("research ", GetVariable("Researching"))</send>
  </trigger>
</triggers>
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #1 on Sat 20 Mar 2021 02:11 AM (UTC)
Message
Template:function=SendPush SendPush

The documentation for the SendPush script function is available online. It is also in the MUSHclient help file.


- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by BrainFRZ   USA  (15 posts)  Bio
Date Reply #2 on Sat 20 Mar 2021 02:33 AM (UTC)
Message
Thank you for sending me this. It is helpful to know about. However, it doesn't have any affect on the issue that I can tell. I'm still having issues where commands aren't echoing, and they're not getting saved to the buffer. I'm sorry if I wasn't clear before, but I meant all commands, not just commands that were sent with Send.
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #3 on Sat 20 Mar 2021 04:44 AM (UTC)
Message

it seems to break being able to go back up through previous commands with the Up arrow

Using Send rather than SendPush would have this affect.


There is a possibility that you have received a “echo off” message from the MUD (these are typically sent when you are asked for a password). This would stop commands being echoed and saved in the buffer.

Under the Display menu, see if “No Command Echo” is ticked.

Also, which version of MUSHclient do you have?


- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


12,273 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.