mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
notif test: add a filter that shouldn't match
This commit is contained in:
parent
ea0e7177d9
commit
00725ed9e2
1 changed files with 17 additions and 0 deletions
|
|
@ -41,6 +41,23 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
f2: {
|
||||
regex: [
|
||||
"^can't found <num>$",
|
||||
],
|
||||
retry: 2,
|
||||
retryperiod: '60s',
|
||||
actions: {
|
||||
damn: {
|
||||
cmd: ['notify-send', 'you should not see that', 'ban <num>'],
|
||||
},
|
||||
undamn: {
|
||||
cmd: ['notify-send', 'you should not see that', 'unban <num>'],
|
||||
after: '3s',
|
||||
onexit: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue