https://github.com/cbeck88/luamodo
Automatically exported from code.google.com/p/luamodo
https://github.com/cbeck88/luamodo
Last synced: 2 months ago
JSON representation
Automatically exported from code.google.com/p/luamodo
- Host: GitHub
- URL: https://github.com/cbeck88/luamodo
- Owner: cbeck88
- License: mit
- Created: 2015-10-20T18:30:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T18:33:26.000Z (over 9 years ago)
- Last Synced: 2025-03-29T01:11:48.483Z (3 months ago)
- Language: HTML
- Size: 172 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
- License: LICENSE
Awesome Lists containing this project
README
Luamodo v1.0
Alex Beard ([email protected])OVERVIEW
========
Luamodo is an object oriented IRC bot framework capable of supporting multiples bot and connections, and provides features such as commands, hooks, timers, and extensions(Bots can choose whether or not to use an extension, and extensions can be reloaded on the fly)INSTALL
=======
Luamodo requires LuaSocket, Lua 5.1, and LuaFileSystem.NOTES
=====
There's two examples of extensions in the /Extensions/, Stats and Control
There's a single example of a bot in /Bots/, TestBot
Run main.lua to launch the program, all bots and extensions will be loaded automatically, so no need to use any dofiles
Make sure to poke around in the extensions and bots examples to find anything you need to changeCOPYRIGHT AND LICENSE
=====================
Copyright (C) 2007 Alex BeardThis code is distributed under the MIT license; a copy is in the LICENSE file distributed with the source.