mcbot/cmds/rfc.lua
changeset 66 d9c00a9fe9d5
parent 34 ca01a1696cff
child 67 5c756a9d7d8c
equal deleted inserted replaced
65:2cefbe9f3ac6 66:d9c00a9fe9d5
     1 #! /usr/bin/env lua
     1 #! /usr/bin/env lua
     2 
     2 
     3 -- RFC index parser
     3 --  This module is part of the McBot / mcabbot project
     4 -- Mikael BERTHE, 2010-04-17
     4 --  RFC index parser
       
     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 -- TXT index database, retrieved from
    16 -- TXT index database, retrieved from
     7 -- <ftp://ftp.rfc-editor.org/in-notes/rfc-index.txt>
    17 -- <ftp://ftp.rfc-editor.org/in-notes/rfc-index.txt>
     8 local indexfname = "/home/mikael/.mcabber/lua/mcbot/rfc-index.txt"
    18 local indexfname = "/home/mikael/.mcabber/lua/mcbot/rfc-index.txt"
     9 
    19