Advertisement
Guest User

Untitled

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