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
➜ Plugins
➜ Input parsing plugin
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Jor
(1 post) Bio
|
| Date
| Sun 01 Feb 2004 07:29 AM (UTC) |
| Message
| I tend to get extremely lazy and don't feel like reaching for my mouse to copy and paste much of anything, so I stuck together a quick plugin to parse some input and stick it back in the input window.
It's intended for use on MUSHes, but it should, theoretically, work much of anywhere.
[code]<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient>
<!-- Saved on Saturday, January 31, 2004, 11:13 PM -->
<!-- MuClient version 3.42 -->
<!-- Plugin "Input" generated by Plugin Wizard -->
<muclient>
<plugin
name="Input"
author="Samuel Phelps"
id="af7e730b277c262c9d8218f4"
language="VBscript"
purpose="Parses some input and sticks the results in your input window."
date_written="2004-01-31 23:12:53"
requires="3.42"
version="1.0"
>
</plugin>
<!-- Triggers -->
<triggers>
<trigger
enabled="y"
expand_variables="y"
match="@InputPass *"
omit_from_output="y"
send_to="1"
sequence="100"
>
<send>%1</send>
</trigger>
</triggers>
<!-- Aliases -->
<aliases>
<alias
match="input *"
enabled="y"
expand_variables="y"
>
<send>@@pemit/silent me=@InputPass %1</send>
</alias>
</aliases>
<!-- Script -->
<script>
<!\[CDATA\[
Sub OnPluginInstall
world.setvariable "InputPass", world.getuniqueid
End Sub
\]\]>
</script>
</muclient>[/code] | | 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.
8,240 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top