RavageLvl 20
Captain_Jack_Sparrow You didn't, don't worry. I could still delete your account at will, or IP ban you.
Alt of @Ravage - I used it to get every possible badge on the forum, see the discussion of that name
Captain_Jack_Sparrow You didn't, don't worry. I could still delete your account at will, or IP ban you.
Captain_Jack_Sparrow One more strike = 1 week ban. the strikes only activate at 1 strike, 4, 7 and 8.
cherrys Depends on the browser. In most of them, CTRL+I (letter "i") will open it. F12 also does it in Edge, but I don't know other than that.
Also, nobody's judging, but honestly, CDO is not the place that will educationally enrich you. It's fine for a year or two if you're very young, but other than that, I'd do some real coding (C, Java, Python)...
cherrys This time, you're making your life way too complicated. getKeyValue isn't meant to be used the way you're doing it, because the function is not run as the getKeyValue's return value. It's just... run. You need to do this: getKeyValue("messages"+room,function(a){
msg=a
})
Also, rate limiting exists, but that's completely outside the scope of a chat. If your keyValue fetching just stops, it's probably that. You can check the inspect console, and if it is being rate limited, it will say so: "rate limit reached".