+Added Log File Output
Changed Log to output to a file
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local time = os.time();
|
||||
function plugin(message)
|
||||
if(message.match("purple"))then
|
||||
local response = os.time() - time;
|
||||
time = os.time();
|
||||
return response;
|
||||
end
|
||||
return nil;
|
||||
end
|
||||
Reference in New Issue
Block a user