Advertisement
cgrunwald

Untitled

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