Advertisement
Guest User

Notify

a guest
Sep 17th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. API.on(API.USER_JOIN, function(user){
  2.     if(user.username.indexOf('Giloushaker') > -1) API.chatLog(user.username + " joined!", 1);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement