From e46d434c25e12a1731ea5b52b02035ef88c982c3 Mon Sep 17 00:00:00 2001 From: Warmist Date: Fri, 14 Dec 2012 16:33:26 +0200 Subject: [PATCH] Missing lua file for eventful. --- plugins/lua/eventful.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/lua/eventful.lua diff --git a/plugins/lua/eventful.lua b/plugins/lua/eventful.lua new file mode 100644 index 000000000..18d9fd7a0 --- /dev/null +++ b/plugins/lua/eventful.lua @@ -0,0 +1,7 @@ +local _ENV = mkmodule('plugins.eventful') +--[[ + Native events: +TODO +--]] + +return _ENV \ No newline at end of file