You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mt2.lua 136B

1234567891011
  1. print('Check we will reject a message')
  2. dofile './lib.lua'
  3. dofile './data.lua'
  4. setup()
  5. send_message(gtube)
  6. check_gtube()
  7. teardown()