examples/lua.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 16 Mar 2009 00:47:44 +0200
changeset 27 92b254b64360
parent 7 eb6d89bf1fbf
child 29 0199ecce6c11
permissions -rw-r--r--
Full C args parsing
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
# lua function name to be called on hooks invocation
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
set lua_hook_function = hook_handler
7
eb6d89bf1fbf Commands and init improvements
Myhailo Danylenko <isbear@ukrpost.net>
parents: 6
diff changeset
     4
set lua_init_filename = ~/.mcabber/mcabberrc.lua
6
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
load mcabber-lua
7
eb6d89bf1fbf Commands and init improvements
Myhailo Danylenko <isbear@ukrpost.net>
parents: 6
diff changeset
     6
# :(
eb6d89bf1fbf Commands and init improvements
Myhailo Danylenko <isbear@ukrpost.net>
parents: 6
diff changeset
     7
#lua dofile 'mcabberrc'
6
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8