Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var examplerooms = {Lobby: {users: {
  2. id4346334: {n: "Hello" , ip: "192.168.0.1"},
  3. id12345: {n: "Another", ip: "192.168.0.1"},
  4. id78978: {n: "User", ip: "192.168.0.1"}
  5. },
  6. AnotherChannel:{users: {
  7. id23356: {n: "Hello" , ip: "192.168.0.1"},
  8. id3400: {n: "Sad" , ip: "192.168.0.1"},
  9. id777777: {n: "One" , ip: "192.168.0.1"}
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement