Project

General

Profile

Actions

Bug #5069

closed

ON INPUT doesn't trigger in some wildcard cases

Added by westor (GR) almost 4 years ago. Updated almost 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
06/03/2020
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

Hello,

I am trying to use the following code and seems not triggering.

Example:

Bugged:

ON *:INPUT:!ip *: { echo -a OK }

But the following works

ON *:INPUT:*: { if ($1 == !ip) { echo -a OK } }

- Thanks!

Actions #1

Updated by Per Amundsen almost 4 years ago

  • Status changed from New to Invalid

There is no text match for on INPUT, only target match.

Actions

Also available in: Atom PDF