mod_admin_adhoc: Remove extra ) that should not be there
authorKim Alvefur <zash@zash.se>
Sun, 3 Jan 2016 16:22:58 +0000 (17:22 +0100)
committerKim Alvefur <zash@zash.se>
Sun, 3 Jan 2016 16:22:58 +0000 (17:22 +0100)
plugins/mod_admin_adhoc.lua

index fdbdf46290a4c764c9c145babe1856e99ee5de6c..8349a383e1a0001a801d06c372f8fa5c1a49d0d1 100644 (file)
@@ -390,7 +390,7 @@ local function session_flags(session, line)
                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";