examples/lua.rc
changeset 29 0199ecce6c11
parent 7 eb6d89bf1fbf
child 31 54957980a83a
--- a/examples/lua.rc	Mon Mar 16 01:04:49 2009 +0200
+++ b/examples/lua.rc	Mon Mar 16 04:06:02 2009 +0200
@@ -1,8 +1,18 @@
 
 # lua function name to be called on hooks invocation
-set lua_hook_function = hook_handler
-set lua_init_filename = ~/.mcabber/mcabberrc.lua
+set lua_hook_function    = hook_handler
+
+# initialization file to load
+set lua_init_filename    = ~/.mcabber/mcabberrc.lua
+
+# lua-loudmouth debug output be shown in log
+set lua_lm_debug         = 0
+
+# show notifications for pep events
+set lua_pep_notification = enable
+
+# XXX jobs file
+set lua_jobs_file        = /home/isbear/.mcabber/saved_jobs.lua
+
 load mcabber-lua
-# :(
-#lua dofile 'mcabberrc'