|
Jaegar Newbie
Joined: 26 Oct 2004 Posts: 3
|
Posted: Thu Nov 11, 2004 10:41 pm
Help with a capture trigger |
I am trying to capture text that is sent in a group tell. When in a group all group tells will be displayed as such
**Jaegar: Hi All
I need to find a way that it will send this to my capture window and not recognize the * as a wildcard.
Any help would be appreciated.
Thanks,
Jaegar |
|
|
|
Vorax Apprentice
Joined: 29 Jun 2001 Posts: 198 Location: USA
|
Posted: Fri Nov 12, 2004 9:51 am |
Try this:
#TRIGGER "GroupTell" {~*~*%w~: *} {#CAPTURE CaptureWindow}
You can change the CaptureWindow to whatever your window is named. |
|
|
|
Jaegar Newbie
Joined: 26 Oct 2004 Posts: 3
|
Posted: Fri Nov 12, 2004 2:06 pm |
Thank you for your help.
|
|
|
|
|
|