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.
Entire forum
➜ MUSHclient
➜ Plugins
➜ Plugin to disable ANSI
Posting of new messages is disabled at present.
Refresh page
Posted by
| Cage_fire_2000
USA (119 posts) Bio
|
Date
| Fri 25 May 2007 05:23 AM (UTC) |
Message
| OK, I saw this when I was browsing the suggestions/requests section, and I figured it'd only take like 5 minutes to whip up a plugin to do this. I personally can't see why some people seem to hate ANSI soo much, but here you go.
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Wednesday, May 23, 2007, 9:11 PM -->
<!-- MuClient version 4.01 -->
<!-- Plugin "NoAnsi" generated by Plugin Wizard -->
<muclient>
<plugin
name="NoAnsi"
author="Malix@8bit"
id="273b0a15a991021649a57203"
language="JScript"
purpose="Strips out ANSI"
date_written="2007-05-23 21:10:45"
requires="3.59"
version="1.0"
>
<description trim="y">
<![CDATA[
This plugin will strip out the ANSI sent from the server. Personally I like ANSI, but some people don't.
]]>
</description>
</plugin>
<!-- Script -->
<script>
<![CDATA[
function OnPluginPacketReceived(sText)
{
return world.StripANSI(sText);
}
]]>
</script>
<!-- Plugin help -->
<aliases>
<alias
script="OnHelp"
match="NoAnsi:help"
enabled="y"
>
</alias>
</aliases>
<script>
<![CDATA[
function OnHelp (sName, sLine, wildcards)
{
world.Note (world.GetPluginInfo (world.GetPluginID, 3));
}
]]>
</script>
</muclient>
| 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.
7,970 views.
Posting of new messages is disabled at present.
Refresh page
top