I've been trying to color the channels in a mud a certain way. The line as it outputs to the mud goes like this:
Playername [channelname]: blahblah
Occasionally, the player will emote onto a channel and it'll look like this:
[channelname]: Playername does something
For wizzes, the brackets are replaced by <> and for race leaders it's replaced by {}.
I've tried looking at the example triggers but none of them work. My last effort was this:
^.+ \[sales\]\: .+$
And when I set it as *[channelname]* it only colors the first line of a multi-line channel comment. I'd like to get it to color to the end of the comment.
Any suggestions?
Thanks.
Playername [channelname]: blahblah
Occasionally, the player will emote onto a channel and it'll look like this:
[channelname]: Playername does something
For wizzes, the brackets are replaced by <> and for race leaders it's replaced by {}.
I've tried looking at the example triggers but none of them work. My last effort was this:
^.+ \[sales\]\: .+$
And when I set it as *[channelname]* it only colors the first line of a multi-line channel comment. I'd like to get it to color to the end of the comment.
Any suggestions?
Thanks.