diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-08-03 21:03:17 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-08-03 21:03:17 (GMT) |
commit | eb74aa077ffb9cbff7b07ad744cac208311c8afe (patch) | |
tree | fde59ba8dfdf73110422a4cbf36e7cd089bdc25a /Swiftob | |
parent | 277e4689f1d8ea0fa06a7a62b9663e4a4198b25e (diff) | |
download | swift-contrib-ks/luasocket.zip swift-contrib-ks/luasocket.tar.bz2 |
Finallyks/luasocket
Diffstat (limited to 'Swiftob')
-rw-r--r-- | Swiftob/scripts/xep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiftob/scripts/xep.lua b/Swiftob/scripts/xep.lua index 5862981..7a75257 100644 --- a/Swiftob/scripts/xep.lua +++ b/Swiftob/scripts/xep.lua @@ -30,7 +30,7 @@ function update_xeps() end function xep_to_string(xep) - return "XEP-"..xep["number"].."("..xep["shortname"].."): http://xmpp.org/extensions/xep-"..xep["number"]..".html\n"..xep["name"].." - "..xep["type"].."/"..xep["status"].." Updated: "..xep["updated"] + return "XEP-"..xep["number"].."("..xep["shortname"].."): http://xmpp.org/extensions/xep-"..xep["number"]..".html\n"..xep["name"].." - "..xep["type"].."/"..xep["status"].." - Updated: "..xep["updated"] end function xep_command(command, params, message) |