examples/README
changeset 86 9b98ea6c73f6
parent 85 1e5f17c25133
child 121 75a7d595817c
equal deleted inserted replaced
85:1e5f17c25133 86:9b98ea6c73f6
    47 attention scripts.
    47 attention scripts.
    48 
    48 
    49 Amongst these muc, vcard, register and remote depend on forms,
    49 Amongst these muc, vcard, register and remote depend on forms,
    50 and thus have no hope to be implemented in C in near future.
    50 and thus have no hope to be implemented in C in near future.
    51 
    51 
       
    52 Ah, and almost forgot to mention - for some of the scripts you
       
    53 need some external lua modules. First, it is lua-lm - lua
       
    54 interface to loudmouth. It is written by me, and thus can be
       
    55 fond at the same place, where you find a lua mcabber module.
       
    56 Others are posix, base64, socket, sha1 and md5. First three were
       
    57 until recent time in Debian repository. Latter two are built from
       
    58 one source at http://www.inf.puc-rio.br/~roberto/md5/md5-5/md5.html.
       
    59 You can find out, which modules require your scripts by looking at
       
    60 'require' lines at the beginning (do not forget to look at scripts,
       
    61 that are require'd by this script).
       
    62 
    52   -- Myhailo Danylenko <isbear@ukrpost.net>
    63   -- Myhailo Danylenko <isbear@ukrpost.net>
    53 
    64