[Package Index | Mudlib Index | Effect Index]

File /obj/handlers/newbiehelpers.c

Newbie Helpers Handler

Written by Dasquian and Wyvyrn

Started on 26 March 2002

Includes

This class includes the following files /include/liaison.h, /include/applications.h, /include/newbiehelpers.h, /include/board.h, /include/player_handler.h, /include/mail.h and /include/playerinfo.h

Method index

Public Functions

These are functions that everyone can access.

add_admin
int add_admin(string name)
add_helper
int add_helper(object adder,
               string player)
board_access_check
int board_access_check(int type,
                       string b,
                       object previous,
                       string name)
creator_application_callback
string creator_application_callback(string player,
                                    string post)
no_apply_reason
string no_apply_reason(object player)
no_reject_reason
string no_reject_reason(object rejecter,
                        string player)
no_vouch_reason
string no_vouch_reason(object voucher,
                       string applicant)
query_admin
int query_admin(string name)
query_admins
string * query_admins()
query_admins_and_helpers
string * query_admins_and_helpers()
query_admins_info
string * query_admins_info()
query_can_chat
int query_can_chat(object who)
query_check_player
string query_check_player(object checker,
                          string player)
query_helper
int query_helper(mixed name)
query_helper_access
int query_helper_access(mixed who)
query_helpers
string * query_helpers()
query_helpers_info
string * query_helpers_info()
query_list
string query_list(object lister)
query_name
string query_name()
reject_application
void reject_application(object rejecter,
                        string player,
                        string reason,
                        string mail)
remove_admin
int remove_admin(string name)
remove_helper
string remove_helper(object remover,
                     string player,
                     string reason)
submit_application
void submit_application(string statement,
                        object player)
submit_vouch
void submit_vouch(string statement,
                  mixed args)

Protected Functions

These are functions that only objects inheriting the class can access.

load_file
void load_file()
log_message
void log_message(string message)
save_file
void save_file()