mcbot/cmds/tvcal.lua
changeset 66 d9c00a9fe9d5
parent 63 31f967ba9e1f
equal deleted inserted replaced
65:2cefbe9f3ac6 66:d9c00a9fe9d5
     1 #! /usr/bin/env lua
     1 #! /usr/bin/env lua
     2 
     2 
     3 -- Data extractor for http://www.pogdesign.co.uk/cat/
     3 --  This module is part of the McBot / mcabbot project
     4 -- Mikael BERTHE, 2010-04-18
     4 --  Data extractor for http://www.pogdesign.co.uk/cat/
       
     5 --
       
     6 -- Copyright (C) 2010-2012 Mikael Berthe <mikael@lilotux.net>
       
     7 --
       
     8 -- This program is free software; you can redistribute it and/or modify
       
     9 -- it under the terms of the GNU General Public License as published by
       
    10 -- the Free Software Foundation; either version 2 of the License, or (at
       
    11 -- your option) any later version.
       
    12 --
       
    13 -- Please check the license in the COPYING file at the root of the tree.
       
    14 --
     5 
    15 
     6 require "libs.shcmd"
    16 require "libs.shcmd"
     7 
    17 
     8 local tvcal = { ["desc"] = "Display TV calendar" }
    18 local tvcal = { ["desc"] = "Display TV calendar" }
     9 
    19