From b41a05e3cdff635423a53bbeb2a299b9429a389f Mon Sep 17 00:00:00 2001 From: topkecleon Date: Fri, 1 Apr 2016 13:34:22 -0400 Subject: [PATCH] administration.lua: 1.7 update. /alist for governors+ to get list of admins. /glist for owner to get list of groups. Single-governor groups. Auto-migration through 1.8. whoami.lua: Fixed markdown support. utilities.lua: Added build_name() to concatenate first and last names easily. --- plugins/administration.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/administration.lua b/plugins/administration.lua index aed0a52..19a0761 100644 --- a/plugins/administration.lua +++ b/plugins/administration.lua @@ -1158,7 +1158,6 @@ local action = function(msg) for i,v in ipairs(commands) do for key,val in pairs(v.triggers) do if msg.text_lower:match(val) then - if msg.chat.type == 'private' then break end if v.interior and not database.administration.groups[msg.chat.id_str] then break end