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