|
Channel Capturer
#CLASS {Channel Capturing}
#ALIAS oncap {#T+ capture_triggers}
#ALIAS nocap {#T- capture_triggers}
#VAR channel_colours {Market111}
#REGEX {^\w+ NEWS #\d+} {nocap} "" {color}
#COND {^\033\[32m\d+h} {oncap} {prompt|color|regex}
#CLASS 0
#CLASS {Channel Capturing|Capture_triggers}
#REGEX {^\033\[1;35m} {#GAG;#CAPTURE channels} "" {notrig|color}
#REGEX {^\033\[1;33m.*(?:tell|echoes)} {#GAG;#CAPTURE channels} "" {case|color}
#REGEX {^\w+ has just left you message} {#COLOR white;#GAG;#CAPTURE channels}
#REGEX {^\((.*)\):} {#GAG;#IF %iskey( @channel_colours, "%1") {#CW %db( @channel_colours, "%1")};#CAPTURE
channels}
#CLASS 0
#CLASS {Channel Capturing|Deathsights}
#TRIGGER {* has been slain by the might *} {#co red;#gag;#capture channels}
#TRIGGER {* has bled to *} {#co red;#gag;#capture channels}
#TRIGGER {* has bled to death.} {#co red;#gag;#capture channels}
#TRIGGER {* has been slain in *} {#co red;#gag;#capture channels}
#TRIGGER {* has been slain by misadventure.} {#co red;#gag;#capture channels}
#CLASS 0
|