changeset 928:9ea2ea09bca5

Make some more macros invisible.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Mar 2009 18:08:56 +0000
parents 421fba240727
children eb27d0a72a36
files gm-ptracker.tf
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gm-ptracker.tf	Thu Mar 19 18:08:19 2009 +0000
+++ b/gm-ptracker.tf	Thu Mar 19 18:08:56 2009 +0000
@@ -32,22 +32,22 @@
 ;; because of TF's apparent  bug(s) in the regexp handling and TF4's
 ;; somewhat inferior support for regexp options.
 ;;
-/def -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: +[(<>]? *([A-Za-z _-]+) *[>)]? (on|\+on\+|\(on\)|\[On\]|\[ON\]|up|active|activat|ON|UP|ACTIVE|ACTIVAT|On|Up|Active|Activat|Renewed|refresh)" gpprot_on1 =\
+/def -i -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: +[(<>]? *([A-Za-z _-]+) *[>)]? (on|\+on\+|\(on\)|\[On\]|\[ON\]|up|active|activat|ON|UP|ACTIVE|ACTIVAT|On|Up|Active|Activat|Renewed|refresh)" gpprot_on1 =\
 	/test gpprot_on({P1},{P3})
 
-/def -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: +[(<>]? *([A-Za-z _-]+) *[>)]? (off|\-off\-|OFF|Off|\(off\)|\[Off\]|\[OFF\]|DOWN|Down|down|Expires|Expired|expires|expired|gone|Gone|was destroyed)" gpprot_off1 =\
+/def -i -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: +[(<>]? *([A-Za-z _-]+) *[>)]? (off|\-off\-|OFF|Off|\(off\)|\[Off\]|\[OFF\]|DOWN|Down|down|Expires|Expired|expires|expired|gone|Gone|was destroyed)" gpprot_off1 =\
 	/test gpprot_off({P1},{P3})
 
-/def -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: - ([A-Za-z _-]+) (UP|up|Up)" gpprot_on2 =\
+/def -i -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: - ([A-Za-z _-]+) (UP|up|Up)" gpprot_on2 =\
 	/test gpprot_on({P1},{P3})
 
-/def -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: - ([A-Za-z _-]+) (DOWN|down|Down)" gpprot_off2 =\
+/def -i -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: - ([A-Za-z _-]+) (DOWN|down|Down)" gpprot_off2 =\
 	/test gpprot_off({P1},{P3})
 
-/def -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: \[ ([A-Za-z _-]+) (UP|up|Up|active)" gpprot_on3 =\
+/def -i -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: \[ ([A-Za-z _-]+) (UP|up|Up|active)" gpprot_on3 =\
 	/test gpprot_on({P1},{P3})
 
-/def -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: \[ ([A-Za-z _-]+) (DOWN|down|Down)" gpprot_off3 =\
+/def -i -p9999 -F -mregexp -t"^([A-Z][a-z]+) .(party|report).: \[ ([A-Za-z _-]+) (DOWN|down|Down)" gpprot_off3 =\
 	/test gpprot_off({P1},{P3})