[Package Index | Mudlib Index | Effect Index]
See also:
/obj/handlers/club_handler.c
Written by Pinkfish
Started April 21st 1999
.
string discussion_item(int id, string player)This method returns information on the specified discussion item.
string discussion_item_list(string player)This method will return the listing of discussion items as a nice string.
int do_archive(int num)This method prints out the specific archive in more detail.
int do_list_archives()This method prints out the archives.
int do_nominate(int id, string person)A special entry point for nominating people to discussion items, this only works with the nomination discussion item.
int do_withdraw(int id)A special entry point for withdrawing from a nominated discussion item, this only works with the nomination discussion item.
void add_club_commands(object per)
void add_elected_commands(object per)This method adds the elected club specific commands to the player.