ShadowofReason
Results
2
issues of
ShadowofReason
Example: ``` rcon.on('connect', function() { rcon.run('echo hello world!', -1) }) rcon.on('message', function(msg) { console.log('MESSAGE:', msg) }) ``` Somehow capturing chat is fine. --------- Expected: JSON with "hello world" in msg.Message...