mcbot/cmds/wtf.lua
changeset 66 d9c00a9fe9d5
parent 16 064a50911e05
child 67 5c756a9d7d8c
equal deleted inserted replaced
65:2cefbe9f3ac6 66:d9c00a9fe9d5
       
     1 
       
     2 --  This module is part of the McBot / mcabbot project
       
     3 --  What-The-F... 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 --
     1 
    14 
     2 local wtfdbfile = "/home/mikael/.mcabber/lua/mcbot/wtfdb.txt"
    15 local wtfdbfile = "/home/mikael/.mcabber/lua/mcbot/wtfdb.txt"
     3 
    16 
     4 local wtf = { ["desc"] = "Acronym dictionary" }
    17 local wtf = { ["desc"] = "Acronym dictionary" }
     5 
    18