Software /
code /
prosody
Changeset
7044:8fcee3339463
mod_admin_adhoc: Remove extra ) that should not be there
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 03 Jan 2016 17:22:58 +0100 |
parents | 7043:14bc5593b97e |
children | 7045:49e2456bf2ce |
files | plugins/mod_admin_adhoc.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua Sun Jan 03 17:19:14 2016 +0100 +++ b/plugins/mod_admin_adhoc.lua Sun Jan 03 17:22:58 2016 +0100 @@ -390,7 +390,7 @@ flags[#flags+1] = "encrypted"; end if session.compressed then - flags[#flags+1] = "compressed)"; + flags[#flags+1] = "compressed"; end if session.smacks then flags[#flags+1] = "sm";