You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/config_help.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,16 @@
195
195
"See also: `anon_reply_without_command`, `plain_reply_without_command`."
196
196
]
197
197
},
198
+
"ignore_prefix": {
199
+
"default": "\\0",
200
+
"description": "Messages that start with this prefix will be ignored by Modmail.",
201
+
"examples": [
202
+
"`{prefix}config set ignore_prefix .`"
203
+
],
204
+
"notes": [
205
+
"`reply_without_command` must be enabled"
206
+
]
207
+
},
198
208
"anon_reply_without_command": {
199
209
"default": "Disabled",
200
210
"description": "Setting this configuration will make all non-command messages sent in the thread channel to be anonymously forwarded to the recipient without the need of `{prefix}reply`.",
0 commit comments