diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-12 13:59:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-12 13:59:22 (GMT) |
commit | 8385776d0e7998168f3f0b23a37aececcd5fd3c5 (patch) | |
tree | 4601798a3ef3dc57347c9feb8f6b6da975ccce09 /luaclient.c | |
parent | 09a4632f7ae58f11d73dcbbbb7e69b397a40b9f6 (diff) |
moved from mode-leds to mode-watch
mode-watch sends email on change
Diffstat (limited to 'luaclient.c')
-rw-r--r-- | luaclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaclient.c b/luaclient.c index 3861977..c721138 100644 --- a/luaclient.c +++ b/luaclient.c @@ -49,6 +49,7 @@ static const luaL_Reg anylike_lualibs[] = { {LUA_TABLIBNAME, luaopen_table}, {LUA_STRLIBNAME, luaopen_string}, {LUA_MATHLIBNAME, luaopen_math}, + {LUA_IOLIBNAME, luaopen_io}, {LUA_OSLIBNAME, luaopen_os}, {LUA_LOGLIBNAME, luaopen_log}, {LUA_SIGNALLIBNAME, luaopen_signal}, |