[Package Index | Mudlib Index | Effect Index]
Describe the arguments in here.
See also:
help::effects
.c
.
string * all_channels(object player)This method is used to determine which talker channels can use. It also caches the data so that it only has to be recalculated once.
string channels()This returns the channels that a player is on in a nifty formatted way. Used in the channel list and talker shadow.
void clear_cache(string person)This method is used to clear a specific person's cache details. It is called from the shadow when a person attempts to re-add a channel, so they their details can be updated.
object find_actual_talker(object thing)
string list(string word, int brief)This method returns a formatted list of which players are using the talker.
string normalise_name(string channel)
varargs mapping query_channel_cache(string person)This method is used for debugging purposes to query the channel cache.
varargs int valid(mixed word, object who)This method is used to check whether or not a channel (or a list of channels are valid.
class talker_args new_talker_args()This method returns the "default" effect arguments. They are used if the existing ones are invalid (or old).