examples/lua.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 21 Mar 2009 03:42:49 +0200
changeset 41 9e39fd8a20df
parent 33 db5396037b43
child 63 423555c07763
permissions -rw-r--r--
Updated to library module ibb


# initialization file to load
set lua_init_filename    = ~/.mcabber/mcabberrc.lua

# lua function name to be called on hooks invocation
set lua_hook_function    = hook_handler

# enable lua-loudmouth debug output to 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        = ~/.mcabber/saved_jobs.lua

# XXX url file
set lua_url_file         = ~/.mcabber/urls.log

# XXX additional path to allow non-system loading of lua-lm
set lua_extra_include    = ~/.mcabber

load mcabber-lua