Multiline triggers in TinyFugue

by Tiran

Back to Mechanic's Corner.

Tiran2005-11-10 17:57:43
Is it possible to do easily multiline triggers in TinFugue? I know that the PCRE allows for it, but I think that tf checks each line individually against all the trigger macros.

If that's the case, would one have to resort to a fake state machine and use the -E option to determine which line of the trigger it's trying to process, or is there some reasonably elegant way to intelligently hook together recieved lines of text to create one big line that could then be run through the system with /trigger?