mcabbot.lua
changeset 67 5c756a9d7d8c
parent 66 d9c00a9fe9d5
equal deleted inserted replaced
66:d9c00a9fe9d5 67:5c756a9d7d8c
    11 -- Please check the license in the COPYING file at the root of the tree.
    11 -- Please check the license in the COPYING file at the root of the tree.
    12 --
    12 --
    13 
    13 
    14 local home = os.getenv("HOME")
    14 local home = os.getenv("HOME")
    15 package.path = package.path..
    15 package.path = package.path..
    16                 ";"..home.."/.mcabber/lua/?.lua"..
    16                 ";"..home.."/.mcabber/mcabbot/?.lua"..
    17                 ";"..home.."/.mcabber/lua/mcbot/?.lua"
    17                 ";"..home.."/.mcabber/mcabbot/mcbot/?.lua"
    18 home = nil
    18 home = nil
    19 
    19 
    20 require "mcbot.mcbot_engine"
    20 require "mcbot.mcbot_engine"
    21 
    21 
    22 local mcabbot = {}
    22 local mcabbot = {}