/tg/ Station 13 - Modules - TypesVar Details - Proc Details

configuration

Vars

configuration_errorsA list of configuration errors that occurred during load
ic_filter_reasonsAn assoc list of blocked IC words to their reasons
ic_filter_regexA regex that matches words blocked IC
ic_outside_pda_filter_reasonsAn assoc list of words that are blocked IC, but not in PDAs, to their reasons
ic_outside_pda_filter_regexA regex that matches words blocked IC, but not in PDAs
loadedIf the configuration is loaded
ooc_filter_regexA regex that matches words blocked OOC
shared_filter_reasonsAn assoc list of words that are blocked both IC and OOC to their reasons
soft_ic_filter_reasonsAn assoc list of soft blocked IC words to their reasons
soft_ic_filter_regexA regex that matches words soft blocked IC
soft_ic_outside_pda_filter_reasonsAn assoc list of words that are soft blocked IC, but not in PDAs, to their reasons
soft_ic_outside_pda_filter_regexA regex that matches words soft blocked IC, but not in PDAs
soft_ooc_filter_regexA regex that matches words soft blocked OOC
soft_shared_filter_reasonsAn assoc list of words that are soft blocked both IC and OOC to their reasons

Procs

update_chat_filter_regexesWill update the internal regexes of the chat filter based on the filter reasons
validate_job_configCheck to ensure that the jobconfig is valid/in-date.

Var Details

configuration_errors

A list of configuration errors that occurred during load

ic_filter_reasons

An assoc list of blocked IC words to their reasons

ic_filter_regex

A regex that matches words blocked IC

ic_outside_pda_filter_reasons

An assoc list of words that are blocked IC, but not in PDAs, to their reasons

ic_outside_pda_filter_regex

A regex that matches words blocked IC, but not in PDAs

loaded

If the configuration is loaded

ooc_filter_regex

A regex that matches words blocked OOC

shared_filter_reasons

An assoc list of words that are blocked both IC and OOC to their reasons

soft_ic_filter_reasons

An assoc list of soft blocked IC words to their reasons

soft_ic_filter_regex

A regex that matches words soft blocked IC

soft_ic_outside_pda_filter_reasons

An assoc list of words that are soft blocked IC, but not in PDAs, to their reasons

soft_ic_outside_pda_filter_regex

A regex that matches words soft blocked IC, but not in PDAs

soft_ooc_filter_regex

A regex that matches words soft blocked OOC

soft_shared_filter_reasons

An assoc list of words that are soft blocked both IC and OOC to their reasons

Proc Details

update_chat_filter_regexes

Will update the internal regexes of the chat filter based on the filter reasons

validate_job_config

Check to ensure that the jobconfig is valid/in-date.