+plugin.help = '/forward <chat_id> - Forward the replied message to another chat.\n/copy <chat_id> - Copy the replied message to another chat (without forward header).'
+plugin.admin_only = true
+
+function plugin.on_message(api, message, ctx)
+ if not message.reply then
+ return api.send_message(message.chat.id, 'Reply to a message with /' .. message.command .. ' <chat_id> to ' .. message.command .. ' it.')