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)
|
||||
return
|
||||
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
|
||||
utilities.send_reply(msg, config.errors.sudo)
|
||||
>>>>>>> upstream/master:otouto/plugins/quotes.lua
|
||||
utilities.send_reply(msg, config.errors.sudo, true)
|
||||
return
|
||||
end
|
||||
utilities.send_reply(msg, quotes:delete_quote(msg), true)
|
||||
|
Reference in New Issue
Block a user