[Package Index | Mudlib Index | Effect Index]
See also:
/obj/handlers/club_handler.c and /std/room/club_control_room.c
Written by Pinkfish
Started Sat Oct 24 02:28:04 EDT 1998
.
string htmlify(string str)
string player_relationships_string(string player)This method returns the relations that the specified player has as a string. It will return a blank string if the player has no relationships.
int club_info(string name, int show_election, string person)This method prints out the information associated with the club. The stuff printed out here is directly lifted from the club control room. This method is designed to work with add_command().
string club_info_string(string name, int show_election, string person)This method returns the club information as a string.
int club_list(string person, int print_families, function check_list)This method prints out a list of the current clubs.
int club_members(string club, int online, string person)This method prints out all the members of the club, or all the members of the club online. This method is designed to work with add_command().
int family_info(string name, string person)This method prints out the information associated with the family. The stuff printed out here is directly lifted from the family control room. This method is designed to work with add_command().
string family_info_string(string name, string person)This method returns the family information as a string.
object person_in_control(object ob)This method returns the player in control of the item.
string sort_and_capitalise(string * arr)This method will sort and capitalise the array of strings sent into the method.
string www_club_info_string(string name, int show_election, string person)This method returns the club information as a html string.
string www_club_list(string person, int print_families, int start, int show)This method prints out a list of the current clubs into html.
string www_family_info_string(string name, string person)This method returns the family information as a string.
string www_finger_name(string name)This method turns a name into a fingerable name.