|
dark75rose Beginner
Joined: 30 Jul 2002 Posts: 25 Location: USA
|
Posted: Thu Jan 09, 2003 8:07 pm
exceptions to capture tell window |
I'd like my trigger to capture tells from everyone except one person basically.
After spending some time looking up in the previous forum posts there was one person that asked about it, and they were told to use WIN instead of CAP which I also tried. The help menu has information about the IF command too, but I couldn't find anything on what to do if something wasn't true, versus was true.
so basically, it should be a trigger pattern for: tells you
and normally i have capture for: #CAP tell
What I have for command doesn't work at all so I hope to get your help on this. Thanks.
Darkrose |
|
|
|
Evangelist Adept
Joined: 10 Oct 2000 Posts: 224 Location: USA
|
Posted: Thu Jan 09, 2003 9:40 pm |
I don't know the exact syntax, but set it up something like...
&char tells you '
#if @char="DoNotCaptureThisName" {} {#CAP OTHER}
something like that
Evangelist/Pernius
telnet://phidar.com:9000 |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Jan 09, 2003 10:37 pm |
#TR {(%w) tells you} {#IF ("%1" <> "MrIgnored") {#CAP tell}}
LightBulb
Senior Member |
|
|
|
dark75rose Beginner
Joined: 30 Jul 2002 Posts: 25 Location: USA
|
Posted: Fri Jan 10, 2003 6:36 am |
Thanks so much, it works just like it should. I'll remember that <> part to apply later too... that's kinda what I was missing. :)
Darkrose |
|
|
|
|
|