examples/lua.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 16 Mar 2009 05:31:24 +0200
changeset 31 54957980a83a
parent 29 0199ecce6c11
child 33 db5396037b43
permissions -rw-r--r--
yesno in C, no config_file


# 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        = /home/isbear/.mcabber/saved_jobs.lua

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

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

load mcabber-lua