All pastes #886645 Raw Edit

Unnamed

public text v1 · immutable
#886645 ·published 2008-01-31 20:44 UTC
rendered paste body
on *:notice:*:*: {
  if ($1 != draw) {
    set %cards $strip($1-,burc)
    ;set %cards $1-
    msg #testinglab cards gathered. ( %cards )
    msg #testinglab $regex(%cards,/((?:Yellow|WI|Green|Red|Blue).+?)(?=(?:Yellow|WI|Green|Red|Blue|$))/g) $regml(0) : $regml(1) :: $regml(2) :: $regml(3) $regml(4) $regml(5) $regml(6) $regml(7)
    ;$regml(0)
    else {
      set %cards $strip($2-,burc)
      msg #testinglab drew %cards
    }
  }
}