Software /
code /
prosody
Diff
plugins/mod_admin_adhoc.lua @ 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 |
parent | 6796:87ec4e783ebd |
child | 7045:49e2456bf2ce |
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";