Advertisement
Guest User

Untitled

a guest
Jun 14th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. using terms from application "Colloquy"
  2.    
  3.     on process incoming chat message m from user in view
  4.         if first word of body of m is "!draul" then
  5.             send message "Draul is gone :(" to view
  6.         end if
  7.        
  8.     end process incoming chat message
  9. end using terms from
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement