2000Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] dealing with foul language -->
<!--X-From-R13: <nqnzNgerlnepu.pbz> -->
<!--X-Date: Mon, 10 Apr 2000 14:45:32 &#45;0700 -->
<!--X-Message-Id: Pine.LNX.4.10.10004101254230.13553&#45;100000#aeowyn,treyarch.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 4.2.2.20000409135227.01e470d8#pop3,iag.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] dealing with foul language</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:adam#treyarch,com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00123.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00128.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00112.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00119.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00127">Author</A>
&nbsp;|&nbsp;<A HREF="#00127">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00127">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] dealing with foul language</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] dealing with foul language</LI>
<LI><em>From</em>: &lt;<A HREF="mailto:adam#treyarch,com">adam#treyarch,com</A>&gt;</LI>
<LI><em>Date</em>: Mon, 10 Apr 2000 12:58:08 -0700 (PDT)</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Sender</em>: <A HREF="mailto:mud-dev-admin#kanga,nu">mud-dev-admin#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On Sun, 9 Apr 2000, AR Schleicher wrote:
&gt; The problem with "a brass sign" is that it's the default for something that 
&gt; is going to be (almost always) changed by a player.  Here it would be extra 
&gt; work, and potentially even more of a bother than at first glance, as simply 
&gt; keeping track of if it had been changed wouldn't be enough.  You'd get at 
&gt; least a couple players who'd change it back to "a brass sign", and then 
&gt; complain that their name gets filtered while their friend's doesn't.

Have the client check to see if the string matches an in-game message,
and then store it that way.  (Saves a little bandwidth, too.)

Of course, then they may complain that "a brass sign" doesn't get censored,
but "a brass signpost" does (assuming that the later is not an existing
admin-created string).  Perhaps it would be better to have a dictionary
of "approved" words?  (In fact, you could use this to cut down on bandwidth,
as well.)  So "a brass sign" becomes the values 75, 37853, and 9871, while
"a brass signpost" is 75, 37853, and 10910.  However, "a brass assmonkey"
becomes 75, 37853, and "assmonkey" (the last bit of which turns into
***monkey on everyone else's screen).

Adam





_______________________________________________
MUD-Dev mailing list
MUD-Dev#kanga,nu
<A  HREF="http://www.kanga.nu/lists/listinfo/mud-dev">http://www.kanga.nu/lists/listinfo/mud-dev</A>

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00112" HREF="msg00112.html">Re: [MUD-Dev] dealing with foul language</A></STRONG>
<UL><LI><EM>From:</EM> AR Schleicher &lt;ars#iag,net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00123.html">Re: Re[2]: [MUD-Dev] Fw: 16K mud server competition !</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00128.html">Re: [MUD-Dev] characters per account</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00112.html">Re: [MUD-Dev] dealing with foul language</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00119.html">Re: [MUD-Dev] dealing with foul language</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00127"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00127"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>Re: [MUD-Dev] Player controller justice systems</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00141" HREF="msg00141.html">Re: [MUD-Dev] Player controller justice systems</A></strong>, 
Erik Jarvi <a href="mailto:ejarvi#megsinet,net">ejarvi#megsinet,net</a>, Tue 11 Apr 2000, 00:07 GMT
</LI>
</ul>
</ul>
<LI><strong><A NAME="00103" HREF="msg00103.html">Re: [MUD-Dev] dealing with foul language</A></strong>, 
Darren Henderson <a href="mailto:darren#nighttide,net">darren#nighttide,net</a>, Sun 09 Apr 2000, 04:43 GMT
<UL>
<LI><strong><A NAME="00109" HREF="msg00109.html">Re: [MUD-Dev] dealing with foul language</A></strong>, 
Kristen L. Koster <a href="mailto:koster#eden,com">koster#eden,com</a>, Sun 09 Apr 2000, 16:53 GMT
<UL>
<LI><strong><A NAME="00112" HREF="msg00112.html">Re: [MUD-Dev] dealing with foul language</A></strong>, 
AR Schleicher <a href="mailto:ars#iag,net">ars#iag,net</a>, Mon 10 Apr 2000, 06:50 GMT
<UL>
<LI><strong><A NAME="00127" HREF="msg00127.html">Re: [MUD-Dev] dealing with foul language</A></strong>, 
adam <a href="mailto:adam#treyarch,com">adam#treyarch,com</a>, Mon 10 Apr 2000, 21:45 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
<LI><strong><A NAME="00119" HREF="msg00119.html">Re: [MUD-Dev] dealing with foul language</A></strong>, 
Paul Schwanz - Enterprise Services <a href="mailto:Paul.Schwanz#east,sun.com">Paul.Schwanz#east,sun.com</a>, Mon 10 Apr 2000, 17:13 GMT
</LI>
<LI><strong><A NAME="00138" HREF="msg00138.html">RE: [MUD-Dev] dealing with foul language</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Mon 10 Apr 2000, 23:22 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00080" HREF="msg00080.html">Re: [MUD-Dev] Same-Sex Marriage (was: Trouble Makers or Regular Citizens)</A></strong>, 
Ananda Dawnsinger <a href="mailto:ananda#greyrealms,com">ananda#greyrealms,com</a>, Fri 07 Apr 2000, 15:19 GMT
<UL>
<LI><strong><A NAME="00087" HREF="msg00087.html">Re: [MUD-Dev] Same-Sex Marriage (was: Trouble Makers or Regular Citizens)</A></strong>, 
Matthew Mihaly <a href="mailto:the_logos#achaea,mudservices.com">the_logos#achaea,mudservices.com</a>, Fri 07 Apr 2000, 20:37 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>