Name: announce - announce lord actions in the domain master.c Syntax: #include announce(int action, string name) announce(int action, string name, int level) Description: The announce function is called in the domain master.c if a domain lord has done one of the following actions: join (action = JOIN) throw (action = THROW) promote (action = PROMOTE) degrade (action = DEGRADE) For a join or throw action the level argument is ommited. Return value: none Examples: none See also: w/lordcommands, admin/query_members