Trigger issue

Posted by David Berthiaume on Wed 28 Sep 2005 09:09 AM — 2 posts, 12,975 views.

#0
<triggers>
<trigger
enabled="y"
match="^(.* OOC \'.*\')$"
name="OOCChannel"
regexp="y"
send_to="12"
sequence="100"
>
<send>NotepadColour "OOCChannel", "white", "black"
AppendToNotepad "OOCChannel", "%1" + vbcrlf</send>
</trigger>
</triggers>


Won't capture long lines of text. As in a paragraph, or multiple sentences that word-wrap.
#1
Yeah, I guess it's just the formatting they use on that mud, I tested it on another mud and it worked just fine.