This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
EvilBotX/README.md

39 lines
667 B
Markdown
Raw Permalink Normal View History

2013-06-25 15:16:50 +00:00
#EvilBotX
A java IRC bot/framework. Requires some java knowledge to get running.
##Libraries
This project depends on the following libraries:
2013-06-25 15:18:19 +00:00
2013-06-25 15:16:50 +00:00
*PircBotX
2013-06-25 15:18:19 +00:00
2013-06-25 15:16:50 +00:00
*ApacheCommons (org.apache.commons.lang3)
##License
2013-06-25 15:18:19 +00:00
The source code of this project is available under a New BSD License.
2013-06-26 12:56:46 +00:00
##TODO (in no order)
*Documentation
*More modules
*Better error/reconnect handling
*Create config file based runner
2013-06-25 15:16:50 +00:00
##Changelog
[+] Added
2013-06-30 23:00:34 +00:00
[-] Removed
2013-06-25 15:16:50 +00:00
2013-06-30 23:00:34 +00:00
[~] Fixed/Changed
2013-06-25 15:16:50 +00:00
2013-06-30 23:00:34 +00:00
###0.1.1 (current)
[+] json library (in-tree, org.json)
2013-06-25 15:16:50 +00:00
2013-06-30 23:00:34 +00:00
[+] More Utilities
[+] UrbanCommand
[~] Assorted refactoring
[-] Legacy/unnecessary code
###0.1.0
2013-06-26 12:56:46 +00:00
[+] Initial release