examples/lua.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 24 Feb 2009 09:14:00 +0200
changeset 6 90dceae3ed1f
child 7 eb6d89bf1fbf
permissions -rw-r--r--
Hooks unification * hook naming scheme unification * one handler for all * handler name from option * multiple transports * dopath returns error message
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
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
load mcabber-lua
90dceae3ed1f Hooks unification
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5