-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added contributers file
- Loading branch information
Showing
7 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dannybloe (Danny Bloemendaal) | ||
WebStarVenlo (Jeroen Dael) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
-- Created by: Danny Bloemendaal, [email protected] | ||
-- Version 0.9.9 | ||
-- Version 0.9.10 | ||
|
||
--[[ | ||
Log level = 1: Errors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
-- Created by: Danny Bloemendaal, [email protected] | ||
-- Version 0.9.9 | ||
-- Version 0.9.10 | ||
|
||
-- make sure we can find our modules | ||
local scriptPath = debug.getinfo(1).source:match("@?(.*/)") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
-- Created by: Danny Bloemendaal, [email protected] | ||
-- Version 0.9.9 | ||
-- Version 0.9.10 | ||
|
||
print('Handle timer events') | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-- Created by: Danny Bloemendaal, [email protected] | ||
-- Version 0.9.9 | ||
-- See readme.md for a description | ||
-- Version 0.9.10 | ||
-- See README.md for instructions | ||
|
||
return { | ||
active = false, -- set to true to activate this script | ||
|