diff options
author | Kim Alvefur <zash@zash.se> | 2019-05-01 22:34:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-05-01 22:34:15 +0200 |
commit | 33d32b5cb3e33e29448f23f59da76ffa9790c944 (patch) | |
tree | ffa6f1df8d7848c45705bedc5329eadb118e5456 /prosodyctl | |
parent | b8598a8cc017b546edf6910e2f5cdb3d9d0c4477 (diff) | |
download | prosody-33d32b5cb3e33e29448f23f59da76ffa9790c944.tar.gz prosody-33d32b5cb3e33e29448f23f59da76ffa9790c944.zip |
prosodyctl: Include version of LuaDBI in 'about'
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -395,6 +395,7 @@ function commands.about(arg) local module_versions, longest_name = {}, 8; local luaevent =dependencies.softreq"luaevent"; dependencies.softreq"ssl"; + dependencies.softreq"DBI"; for name, module in pairs(package.loaded) do if type(module) == "table" and rawget(module, "_VERSION") and name ~= "_G" and not name:match("%.") then |