Hello,
I currently use a chat redirect and trying to apply it to a new mud. I am unable to match the pattern to pick up the chat I want to redirect. The chat patterns are :
[NewbiE] Roen: 'test'
[OOC] Roen: -- 'test'
I am trying to match on [NewbiE] and [OOC]
<trigger
enabled="y"
match="%OOC% + '.*'$"
regexp="y"
script="redirect"
sequence="100"
>
</trigger>
<trigger
enabled="y"
match="%NewbiE% + '.*'$"
regexp="y"
script="redirect"
sequence="100"
>
</trigger>
Any help be greatly appreciated.
I currently use a chat redirect and trying to apply it to a new mud. I am unable to match the pattern to pick up the chat I want to redirect. The chat patterns are :
[NewbiE] Roen: 'test'
[OOC] Roen: -- 'test'
I am trying to match on [NewbiE] and [OOC]
<trigger
enabled="y"
match="%OOC% + '.*'$"
regexp="y"
script="redirect"
sequence="100"
>
</trigger>
<trigger
enabled="y"
match="%NewbiE% + '.*'$"
regexp="y"
script="redirect"
sequence="100"
>
</trigger>
Any help be greatly appreciated.