lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi, just for those who're interested i just 'finished' the lua
enhanced energymech ('xonerator'), based on emech-2.9.x with
massive modifications (which means, userfile format is not
compatible with energymech):

http://agonizer.dyndns.org/files/xonerator-bot/xonerator-1.tar.gz
you also need lua-5.1 of course :)

Btw:

"The EnergyMech is a UNIX compatible IRC bot programmed
 in the C language, freely distributable under GNU General
 Public License (GPL)."

See also http://www.energymech.net for information about this bot.


quick'n'dirty install:

foo:~$ wget http://agonizer.dyndns.org/files/xonerator-bot/xonerator-1.tar.gz
foo:~$ tar -xzf xonerator-1.tar.gz
foo:~$ cd xonerator-1
foo:~/xonerator-1$ wget http://www.lua.org/ftp/lua-5.1.tar.gz
                   (or copy it over, as you already got the archive ;-)
foo:~/xonerator-1$ ./configure
foo:~/xonerator-1$ make install

Some documentation is included (see ./docs/*). You'll find some scripts
on http://agonizer.dyndns.org/files/xonerator-bot/Lua-Scripte/

I hope there are not too much flows in the code. bug reports are
welcome.

Bye,
  Torsten