talker_args
class talker_args {
int status;
string * channels;
int verbose;
int local_echo;
mixed colour;
}
This class stores the effect arguments for the talker.
- Members:
status - whether or not the talker is on or off
what - channels the talker is listening to
verbose - whether the talker is in verbose or brief mode. (1 is verbose, 0 is brief)
local_echo - is local echo enabled
string - the colour that text is displayed on the screen.