View Single Post
04/27/15, 01:05 PM   #13
stAjora
Join Date: Apr 2015
Posts: 20
I read up on Lua's scoping and I'm pretty sure I understand it. I see the function that allowed us to send chat messages is now protected, is that what all the bot spammers were using? It kind of seems silly to block it, writing a spam bot to send keypresses to the client as a 3rd party tool is still an option.

I'm currently reading through sharedchatsystem.lua, thanks for linking me to the files. I'm trying to figure out how to read the contents of the chat buffer so I can look for specific strings but I'm not seeing where its stored or how to access it.

Can someone explain what the "..." us all about? I'm seeing it a lot, mostly as new(...). Also "#", what does this do?
  Reply With Quote