All pastes #2070020 Raw Edit

Miscellany

public text v1 · immutable
#2070020 ·published 2011-05-27 06:22 UTC
rendered paste body
;#Testis-Pre -> #search2

on *:TEXT:*:#Testis-Pre: {
  if (!pre isin $1) { 
    scon 2 /msg #Search2 $1- 
  }
  if (!dupe isin $1) { 
    scon 2 /msg #Search2 !dupe $2- 
  }
  if (!weather isin $1) { 
    scon 2 /msg #Search2 !weather $2- 
  }
  if (!group isin $1) { 
    scon 2 /msg #Search2 !group $2- 
  }
  if (!youtube isin $1) { 
    scon 2 /msg #Search2 !youtube $2- 
  }
  if (!google isin $1) { 
    scon 2 /msg #Search2 !google $2- 
  }
  if (!db isin $1) { 
    scon 2 /msg #Search2 !db 
  }
}


;#search2 -> #Testis-Pre 
on *:TEXT:*:#Search2:{
  if (GENRE isin $7) { 
    scon 1 /msg #Testis-Pre $1- 
  }
  if (dupe isin $1) { 
    scon 1 /msg #Testis-Pre $1- 
  }
  if (Wind isin $1-) { 
    scon 1 /msg #Testis-Pre $1- 
  }
  if (Nuke isin $5) { 
    if (Count isin $6) {
      scon 1 /msg #Testis-Pre $1- 
    }
  }
  if (Last isin $2) { 
    if (PRE isin $3) {
      scon 1 /msg #Testis-Pre $1- 
    }
  }
  if (tube isin $2) { 
    scon 1 /msg #Testis-Pre $replace($1-,|,:)
  }
  if (db isin $1) {
    scon 1 /msg #Testis-Pre $1- 
  }
  if (#1 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#2 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#3 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#4 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#5 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#6 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#7 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#8 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#9 isin $1) { scon 1 /msg #Testis-Pre $1- }
  if (#10 isin $1) { scon 1 /msg #Testis-Pre $1- }
}