Advertisement
cgrunwald

Untitled

Jul 13th, 2010
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     BotStart : function()
  3.     {
  4.    
  5.     }
  6.    
  7.     BotEnd : function()
  8.     {
  9.    
  10.     }
  11.    
  12.     ServerMessage : function(msg)
  13.     {
  14.    
  15.    
  16.     }
  17.    
  18.     UserSay : function(user, msg)
  19.     {
  20.    
  21.    
  22.     }
  23.    
  24.     UserWhisper : function(user, msg)
  25.     {
  26.    
  27.     }
  28.    
  29.     UserJoin : function(user)
  30.     {
  31.    
  32.     }
  33.    
  34.     UserLeave : function(user)
  35.     {
  36.    
  37.     }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement