MudClient TF (TinyFugue) - Multline Triggers

Feeling lonely and want to chat? That's your place to go then. Can't be off-topic enough to not be posted here.

Moderator: Wizards

Post Reply
Message
Author
glorfindel
Hero
Posts: 285
Joined: Fri Jan 28, 2011 2:08 pm

MudClient TF (TinyFugue) - Multline Triggers

#1 Post by glorfindel » Mon Jan 21, 2013 5:52 am

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?

Post Reply