prompt_spamfilter added. see #231
This commit is contained in:
parent
7355934f89
commit
262cfd8c17
1 changed files with 13 additions and 0 deletions
|
|
@ -195,6 +195,19 @@ const specialPrompts = [
|
|||
is_default: "1",
|
||||
is_special: "1",
|
||||
},
|
||||
{
|
||||
id: 'prompt_spamfilter',
|
||||
name: "__MSG_prompt_spamfilter__",
|
||||
text: "prompt_spamfilter_full_text",
|
||||
type: "1",
|
||||
action: "0",
|
||||
need_selected: "0",
|
||||
need_signature: "0",
|
||||
need_custom_text: "0",
|
||||
define_response_lang: "0",
|
||||
is_default: "1",
|
||||
is_special: "1",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue