[Package Index | Mudlib Index | Effect Index]
File /std/room/punishments/banishment.c
This is the standard punishment file for banishing someone from a
city.Written by Pinkfish
Started Tue Sep 19 14:37:28 PDT 2000
Inherits
This class inherits the following classes /std/room/inherit/punishment_inherit.cIncludes
This class includes the following files /include/nomic_system.hMethod index
Public Functions
These are functions that everyone can access.
.
string query_banish_handler()
This method returns the banish handler.
- Returns:
the banish handler
void set_banish_handler(string hand)
This method sets the banish handler. The banish handler will be called
with two methods, one is:
banish_person(string name, int days)
banish_person_suspend(string name)
- Parameters:
handler - the banish handler