Upps
This commit is contained in:
parent
f4cf9c6d96
commit
21b2494bb6
@ -88,13 +88,8 @@ function quotes:action(msg, config, matches)
|
|||||||
utilities.send_reply(msg, quotes:save_quote(msg), true)
|
utilities.send_reply(msg, quotes:save_quote(msg), true)
|
||||||
return
|
return
|
||||||
elseif matches[1] == "delquote" and matches[2] then
|
elseif matches[1] == "delquote" and matches[2] then
|
||||||
<<<<<<< HEAD:miku/plugins/quotes.lua
|
|
||||||
if msg.from.id ~= config.admin then
|
|
||||||
utilities.send_reply(msg, config.errors.sudo, true)
|
|
||||||
=======
|
|
||||||
if not is_sudo(msg, config) then
|
if not is_sudo(msg, config) then
|
||||||
utilities.send_reply(msg, config.errors.sudo)
|
utilities.send_reply(msg, config.errors.sudo, true)
|
||||||
>>>>>>> upstream/master:otouto/plugins/quotes.lua
|
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
utilities.send_reply(msg, quotes:delete_quote(msg), true)
|
utilities.send_reply(msg, quotes:delete_quote(msg), true)
|
||||||
|
Reference in New Issue
Block a user