docs/api.mdwn
changeset 134 d7ab555b9766
parent 133 57a18ccaf9ff
child 138 832ded5b44c9
equal deleted inserted replaced
133:57a18ccaf9ff 134:d7ab555b9766
    14 <a name="Options"></a>
    14 <a name="Options"></a>
    15 ### Options
    15 ### Options
    16 
    16 
    17 * lua_init_filename - lua script, that will be loaded at startup
    17 * lua_init_filename - lua script, that will be loaded at startup
    18 * lua_lm_debug      - if lm log handler is enabled, this option controls, whether lm log messages are dropped or passed to mcabber logging facility
    18 * lua_lm_debug      - if lm log handler is enabled, this option controls, whether lm log messages are dropped or passed to mcabber logging facility
       
    19 
       
    20 <a name="Provided.lua.functions"></a>
       
    21 ### Provided lua functions
    19 
    22 
    20 <a name="print"></a>
    23 <a name="print"></a>
    21 ### print
    24 ### print
    22 Prints its arguments to log with default priority.  
    25 Prints its arguments to log with default priority.  
    23 **Arguments:** something, ...  
    26 **Arguments:** something, ...