bootstrap.lua 179 B

1234567
  1. chat.onmessage("пщ", function(s, m)
  2. if m == "пщ" then chat.send("пщ") end
  3. end)
  4. chat.onmessage("зига", function(s, m)
  5. if m == "o/" then chat.send("\\o,") end
  6. end)