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
➜ Copy strangeness.
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Hapless
(3 posts) Bio
|
Date
| Mon 04 Jun 2007 02:04 AM (UTC) |
Message
| So. I attempted to copy and paste the following aliases from another forum in both the clipboard and using file import. They would paste. I tried copying them and saving them in notepad, word, and open office writer is various formats. Now here is the strange part. I can copy and paste items into the client that are posted here on the MUSH forums but only things that are posted here. Not an impossible problem to work around but still strange. FYI I am using version 4.01 and just DLed it onto a new Vista PC. It worked fine on my old box with XP Home.
<alias
script="DemesneFull"
match="demfull"
enabled="y"
group="Demesne"
send_to="12"
sequence="100"
>
</alias>
<alias
script="DemesneGroup"
match="demgroup"
enabled="y"
group="Demesne"
send_to="12"
sequence="100"
>
</alias>
<alias
script="DemesneQuick"
match="demquick"
enabled="y"
group="Demesne"
send_to="12"
sequence="100"
>
</alias> | Top |
|
Posted by
| Hapless
(3 posts) Bio
|
Date
| Reply #1 on Mon 04 Jun 2007 02:26 AM (UTC) |
Message
| And nevermind. I figured out what the issue was. | Top |
|
Posted by
| Shaun Biggs
USA (644 posts) Bio
|
Date
| Reply #2 on Mon 04 Jun 2007 02:29 AM (UTC) |
Message
| You need to surround them with an aliases tag
<aliases>
<alias
script="DemesneFull"
match="demfull"
enabled="y"
group="Demesne"
send_to="12"
sequence="100"
>
</alias>
<alias
script="DemesneGroup"
match="demgroup"
enabled="y"
group="Demesne"
send_to="12"
sequence="100"
>
</alias>
<alias
script="DemesneQuick"
match="demquick"
enabled="y"
group="Demesne"
send_to="12"
sequence="100"
>
</alias>
</aliases>
|
It is much easier to fight for one's ideals than to live up to them. | 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,948 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top