mcbot/cmds/xep.lua
changeset 66 d9c00a9fe9d5
parent 39 237af42156a1
equal deleted inserted replaced
65:2cefbe9f3ac6 66:d9c00a9fe9d5
       
     1 
       
     2 --  This module is part of the McBot / mcabbot project
       
     3 --  XEP module.
       
     4 --
       
     5 -- Copyright (C) 2010-2012 Mikael Berthe <mikael@lilotux.net>
       
     6 --
       
     7 -- This program is free software; you can redistribute it and/or modify
       
     8 -- it under the terms of the GNU General Public License as published by
       
     9 -- the Free Software Foundation; either version 2 of the License, or (at
       
    10 -- your option) any later version.
       
    11 --
       
    12 -- Please check the license in the COPYING file at the root of the tree.
       
    13 --
       
    14 -- Some parts were inspired by Matthew Wild (MattJ) code, see below.
       
    15 --
     1 
    16 
     2 require "libs.shcmd"
    17 require "libs.shcmd"
     3 
    18 
     4 -- The caching idea is borrowed from MattJ's riddim code,
    19 -- The caching idea is borrowed from MattJ's riddim code,
     5 -- and the function parse_xeps() as well.
    20 -- and the function parse_xeps() as well.