[Package Index | Mudlib Index | Effect Index]
See also:
/std/room/controller/club_room_controller
.c
Written by Pinkfish
.
void force_player_leave(object player)This method forces the player through the leave exit for whatever reason.
int query_allowed_in(string person)This method checks to see if the specified person is allowed into the club room or not.
string query_leave_exit()This method sets the leave exit for the club room. This is the exit that is used when someone is ousted for any reason, like being thrown out of the club or some other reason.
void set_leave_exit(string exit)This method sets the leave exit for the club room. This is the exit that is used when someone is ousted for some reason.
void throw_out_non_member(string name)This method prints any messages needed to throw a non member out of the club room when this is detected.