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 msg to the html of the bot as string
  4.         if msg contains "catalyst" then
  5.             tell channel to send message "result"
  6.         end if
  7.         return false
  8.     end process incoming chat message
  9. end using terms from
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement