Advertisement
Igorce9

Plug.DJ UserJoin

Sep 13th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //// UserJoin Plug.DJ By Igorce9 ////
  2.  
  3. API.on(API.USER_JOIN, userJoin);
  4. function userJoin(user){
  5. API.chatLog(user.username + " Entrou na Sala!",alert);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement