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
➜ General
➜ input in command window send to script
|
input in command window send to script
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Jing Wu
Australia (35 posts) Bio
|
| Date
| Mon 16 Jul 2012 03:21 AM (UTC) |
| Message
| Hi Nick,
Just wondering how to make any text input in command window send to a particular script function by default without typing any prefix to use script?
is there a command window input callback like that?
|
Kernel Development | | Top |
|
| Posted by
| Jing Wu
Australia (35 posts) Bio
|
| Date
| Reply #1 on Mon 16 Jul 2012 03:33 AM (UTC) |
| Message
| I know how now, thanks anyway.
<aliases>
<alias
match="^(.+)$"
enabled="y"
expand_variables="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>cmd:Send("%1")</send>
</alias>
</aliases> |
Kernel Development | | 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.
10,872 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top