Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using terms from application "Colloquy"
  2.     on process incoming chat message bot in channel
  3.         set the line to the body of the bot
  4.         if line contains "catalyst" then
  5.             send message "result" to channel
  6.         end if
  7.     end process incoming chat message
  8. end using terms from
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement