I would like some more information regarding : lua code:
Code:
--Private Message Proxy Example
function pmProxy(proxy, speaker, level, text)
print(speaker .. " [" .. level .. "]: " .. text)
end
PrivateMessageProxy.OnReceive("pmProxy", pmProxy)
What does it mean/do? ^.-

And also, the reconnect, how advanced is it? And how does it work?