summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-08-03 21:02:06 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-08-03 21:02:06 (GMT)
commit277e4689f1d8ea0fa06a7a62b9663e4a4198b25e (patch)
tree6c4901ed5a4a2c04ad05b563a09299e3ecc869ef
parent35b3535085fd610ce1389cf0e4fc07b5bc765dab (diff)
downloadswift-contrib-277e4689f1d8ea0fa06a7a62b9663e4a4198b25e.zip
swift-contrib-277e4689f1d8ea0fa06a7a62b9663e4a4198b25e.tar.bz2
Again
-rw-r--r--Swiftob/scripts/xep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiftob/scripts/xep.lua b/Swiftob/scripts/xep.lua
index c92e715..5862981 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)