mcabbot.lua
changeset 66 d9c00a9fe9d5
parent 41 5c0a2db896f5
child 67 5c756a9d7d8c
equal deleted inserted replaced
65:2cefbe9f3ac6 66:d9c00a9fe9d5
       
     1 
       
     2 --  McBot / mcabbot project
       
     3 --
       
     4 -- Copyright (C) 2010-2012 Mikael Berthe <mikael@lilotux.net>
       
     5 --
       
     6 -- This program is free software; you can redistribute it and/or modify
       
     7 -- it under the terms of the GNU General Public License as published by
       
     8 -- the Free Software Foundation; either version 2 of the License, or (at
       
     9 -- your option) any later version.
       
    10 --
       
    11 -- Please check the license in the COPYING file at the root of the tree.
       
    12 --
     1 
    13 
     2 local home = os.getenv("HOME")
    14 local home = os.getenv("HOME")
     3 package.path = package.path..
    15 package.path = package.path..
     4                 ";"..home.."/.mcabber/lua/?.lua"..
    16                 ";"..home.."/.mcabber/lua/?.lua"..
     5                 ";"..home.."/.mcabber/lua/mcbot/?.lua"
    17                 ";"..home.."/.mcabber/lua/mcbot/?.lua"