Simple command. Use 'grhere' to identify people missing from your group in the room, or 'grarea' to find people missing in the area.
Simple command. Use 'grhere' to identify people missing from your group in the room, or 'grarea' to find people missing in the area. Use 'grupdate' to automatically update plugin.
]]>
]]>
</description>
</description>
@ -229,14 +229,7 @@ function update_plugin ()
async_ok, async = pcall (require, "async")
async_ok, async = pcall (require, "async")
if async_ok then
if async_ok then
plugin_page = async.request(raw, "HTTPS")
plugin_page = async.doAsyncRemoteRequest(raw, function(retval, page, status, headers, full_status, request_url) if status == 200 then raw_version = tonumber(page:match('%s%s+version="([0-9%.]+)"', "HTTPS")