[Package Index | Mudlib Index | Effect Index]
Written by Pinkfish
Started Sun Oct 4 04:23:52 EDT 1998
.
void event_channel_message(object ob, string channel, mixed * data)The method is called when the channel is triggered.
void event_club_changed(object person, string club_name)This method is called when the club type is changed. It will add on the elected club commands, if that is what we have changed too.
void event_joined_club(object person, string club_name)This is the event generated when the person joins the club.
int query_brief_mode()This method tells us if the badge is in brief mode or not.
string query_brief_string()This method returns the short name for the channel string.
int query_channel_off()This method returns the status of the channel off flag.
string query_club()This method returns the club associated with the badge.
void set_club(string club)This method sets the club associated with the badge.
void add_club_commands(object per)This method will add the club commands from the player.
void add_elected_commands(object per)This method will add the club commands from the player.
int club_chat(string str, int emote)The says something wonderful and exciting to all the other club members.
void confirm_disbar(string str, string name)THis method confirms the disbar request from the player.
void confirm_resign(string str, string position)This method checks to make sure they really wish to resign.
int do_announcement()This method will print out any announcements associated with the club.
int do_brief_mode(int mode)This method sets the brief mode of the badge.
int do_brief_string(string str)This method sets the brief message to use for the channel messages.
int do_channel_off(int flag)This method handles setting the flag and printing all the happy success messages.
int do_disbar(string name)This method allows the founders and presidents/vice presidents to disbar people from the club.
int do_history()This method prints out the history of the channel.
int do_recruit(object * obs, string club)This is the method to use when recruiting people.
int do_resign()This method starts the resignation process.
int do_resign_position(string position)This method resigns as a position in the club.