Teleos Newbie
Joined: 28 Jun 2004 Posts: 9
|
Posted: Thu Jul 01, 2004 11:57 pm
Channel Cap and Sub |
Here's my new channel capture, and my attempt to strip the labels from each chan since they are now in their own windows...
#cLASS {Gags}
#TRIGGER {%dh, %dm ex-} {#ga}
:Shallam:#TRIGGER {~(Shallam~):} {#SUB ""}
:Church:#TRIGGER {~(Church~):} {#SUB ""}
:Priests:#TRIGGER {~(Priests~):} {#SUB ""}
#CLASS 0
#CLASS {Captures}
#TR {^~(Shallam~):} {#T+ Captures|Shallam}
#TR {^~(Church~):} {#T+ Captures|Church}
#TR {^~(Priests~):} {#T+ Captures|Priests}
#TR {^(%d)h, (%d)m (*)(%w)-} {#T- Captures|Shallam; #T- Captures|Church; #T- Captures|Priests}
#CLASS 0
#CLASS {Captures|Shallam}
#TRIGGER {*} {#CAP Shallam;#GAG}
#CLASS 0
#CLASS {Captures|Church}
#TRIGGER {*} {#CAP Church;#GAG}
#CLASS 0
#CLASS {Captures|Priests}
#TRIGGER {*} {#CAP Priests;#GAG}
#CLASS 0
The SUBS don't seem to work...any suggestions? |
|