[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 /std/room/punishments/banishment.c</h2>
This is the standard punishment file for banishing someone from a
city.<p>Written by Pinkfish<p>Started Tue Sep 19 14:37:28 PDT 2000
<h2>Inherits</h2>
This class inherits the following classes <a href="std.room.inherit.punishment_inherit.c.shtml">/std/room/inherit/punishment_inherit.c</a><h2>Includes</h2>
This class includes the following files <a href="include.nomic_system.h.shtml">/include/nomic_system.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#query_banish_handler">query_banish_handler</a>()<br/>
This method returns the banish handler.
<li><a href="#set_banish_handler">set_banish_handler</a>(string)<br/>
This method sets the banish handler.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="query_banish_handler">
query_banish_handler</a><pre>
string query_banish_handler()
</pre></br>
This method returns the banish handler.
<br/><ul>
<li><b>Returns:</b>
<br/>the banish handler

</dl>

<ul><a name="set_banish_handler">
set_banish_handler</a><pre>
void set_banish_handler(string hand)
</pre></br>
This method sets the banish handler.  The banish handler will be called
with two methods, one is:<br>
banish_person(string name, int days)<br>
banish_person_suspend(string name)
<br/><ul>
<li><b>Parameters:</b>
<br/>handler - the banish handler

</dl>


[an error occurred while processing this directive]

