updated version

This commit is contained in:
yago 2015-02-15 16:59:46 +01:00
parent e0dd062cfe
commit d069eaa809
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ json = (loadfile "./libs/JSON.lua")()
serpent = (loadfile "./libs/serpent.lua")()
require("./bot/utils")
VERSION = '0.9.1'
VERSION = '0.9.2'
function on_msg_receive (msg)
vardump(msg)

View File

@ -21,5 +21,4 @@ return {
usage = "!gps latitude,longitude: generates a map showing the given GPS coordinates",
patterns = {"^!gps ([^,]*)[,%s]([^,]*)$"},
run = run
}
}