All pastes #2035036 Raw Edit

Someone

public text v1 · immutable
#2035036 ·published 2010-12-31 12:38 UTC
rendered paste body
      on *:TEXT:*done*:#:{
      if ($nick != St) { halt }
      /scon 1 /msg #Complete-Chan 9 $+ $strip($1-) $+
      }
      }
      on *:TEXT:COMPLETE*:#:{
      if ($nick != SCRAP) { halt }
      set %firstline $+ $strip($1-) $+
      }
      on *:TEXT:COMPLETE*:#:{
      if ($nick != SCRAP) { halt }
      /msg #Complete-Chan 9 %firstline $+ $strip($1-) $+
      }