14 lines
354 B
Lua
14 lines
354 B
Lua
|
--[[
|
|||
|
<EFBFBD> 2017 Thriving Ventures Limited do not share, re-distribute or modify
|
|||
|
|
|||
|
without permission of its author (gustaf@thrivingventures.com).
|
|||
|
]]
|
|||
|
|
|||
|
local plugin = plugin;
|
|||
|
|
|||
|
plugin.name = "Screen Capture";
|
|||
|
plugin.author = "alexgrist";
|
|||
|
plugin.version = "1.0";
|
|||
|
plugin.description = "Capture someones screen and view it.";
|
|||
|
plugin.permissions = {"Screencap"};
|