[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /cmds/speech.c</h2>
Replace "ne1" with "anyone" and suchlike.
<h2>Includes</h2>
This class includes the following files <a href="include.drinks.h.shtml">/include/drinks.h</a>, <a href="include.player.h.shtml">/include/player.h</a>, <a href="include.clubs.h.shtml">/include/clubs.h</a>, <a href="include.language.h.shtml">/include/language.h</a>, <a href="include.am_time.h.shtml">/include/am_time.h</a>, <a href="include.cmds.options.h.shtml">/include/cmds/options.h</a> and <a href="include.playtesters.h.shtml">/include/playtesters.h</a><h2>Class Index</h2>
<ul><li><a href="#class_message">message</a>
</ul><h2>Method index</h2>
<dl><ul>
<li><a href="#build_message">build_message</a>(string, mixed, string)<li><a href="#de_eight">de_eight</a>(string)<li><a href="#drunk_speech">drunk_speech</a>(string)<li><a href="#fix_shorthand">fix_shorthand</a>(string)<li><a href="#mangle_tell">mangle_tell</a>(string, object)<li><a href="#my_mess">my_mess</a>(string, string)<li><a href="#query_word_type">query_word_type</a>(string, string)<li><a href="#say_it">say_it</a>(class message)<li><a href="#say_it_to">say_it_to</a>(class message, mixed, int, string)</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="build_message">
build_message</a><pre>
class message build_message(string arg,
                            mixed target,
                            string word_type)
</pre>
<ul><a name="de_eight">
de_eight</a><pre>
string de_eight(string arg)
</pre>
<ul><a name="drunk_speech">
drunk_speech</a><pre>
string drunk_speech(string str)
</pre>
<ul><a name="fix_shorthand">
fix_shorthand</a><pre>
string fix_shorthand(string mess)
</pre>
<ul><a name="mangle_tell">
mangle_tell</a><pre>
string mangle_tell(string mess,
                   object dest)
</pre>
<ul><a name="my_mess">
my_mess</a><pre>
void my_mess(string fish,
             string erk)
</pre>
<ul><a name="query_word_type">
query_word_type</a><pre>
varargs string query_word_type(string str,
                               string def)
</pre>
<ul><a name="say_it">
say_it</a><pre>
int say_it(class message mess)
</pre>
<ul><a name="say_it_to">
say_it_to</a><pre>
int say_it_to(class message mess,
              mixed targets,
              int priv,
              string event)
</pre>

<h2>Classes</h2>
These are nice data types for dealing with...  Data!<p>
<ul>
<li><a name="class_message">
message</a><pre>
class message {
                string text;
                string emote;
                string language;
                string type;
                string notify_mess;
                int status;
}

</pre>
</ul>
[an error occurred while processing this directive]

