|
Skalman Newbie
Joined: 17 Dec 2007 Posts: 2
|
Posted: Mon Dec 17, 2007 12:31 am
capturing |
Need help capturing a chat line, cant seem to work around the "{/}"'s
Line would be:
{(Name)} Is trying to capture this line
/
{Skalman} Is trying to capture this line |
|
|
|
ralgith Sorcerer
Joined: 13 Jan 2006 Posts: 715
|
Posted: Mon Dec 17, 2007 3:35 am |
#TR {~{(%w)~} (*)} {#CAP whatever}
OR You can log it to a file with a timestamp like this:
#TR {~{(%w)~} (*)} {#CAP whatever;#FILE 1 chat.log;#WRITE 1 {%time( aaa h:m:s) ~{%1~} %2};#CLOSE 1}
Or you can remove the timestamp if you want..
:) |
|
_________________ CrossOver: Windows Compatibility on Mac and Linux CMUD Advocate |
|
|
|
|
|