Page 1 of 1

MudClient TF (TinyFugue) - Multline Triggers

Posted: Mon Jan 21, 2013 5:52 am
by glorfindel
Hey,

I am currently trying to clean up some of the battle spam to be easier digestable to me, and as I am really failing to get multiline triggers to work with tf, I thought I ask the other TF users here, if anybody got working multiline (read: including a new line).

To give an example of I would want to have is

Code: Select all

a b
c
to be matched by something like this

Code: Select all

/def -mregexp -t"a b\nc" cleanup_spam = /echo -aCgreen abc happened
Any suggestions?