diff --git a/extras/goRemoteAdmin/README.md b/extras/goRemoteAdmin/README.md index 2343e1a..dcc6e6b 100644 --- a/extras/goRemoteAdmin/README.md +++ b/extras/goRemoteAdmin/README.md @@ -11,6 +11,10 @@ You can use the 'help' command to get an idea of what commands are available, bu `goRemoteAdmin -p averydifficulttoguesspassword --host http://my.opensim.server.tld:9150 admin_broadcast message "Look ma, no hands"` +## Known bugs + +- Currently, the request seesm to go through, but it is ignored; +- Multiple commands sent simultaneously aren't working (due to wrong parameer prssing — bug in the code!) ## Future updates If Marcel ever releases a new version of [`RemoteAdmin.json`](https://github.com/MarcelEdward/OpenSim-RemoteAdmin/blob/master/RemoteAdmin.json), make sure you get it! \ No newline at end of file diff --git a/extras/goRemoteAdmin/goRemoteAdmin.go b/extras/goRemoteAdmin/goRemoteAdmin.go index bbb7ad0..ac64a74 100644 --- a/extras/goRemoteAdmin/goRemoteAdmin.go +++ b/extras/goRemoteAdmin/goRemoteAdmin.go @@ -10,7 +10,6 @@ import ( "bytes" "context" "encoding/json" - "errors" "fmt" "io" "net/http" @@ -111,7 +110,7 @@ known to OpenSimulator. You can get a copy from