39 lines
667 B
Markdown
39 lines
667 B
Markdown
#EvilBotX
|
|
A java IRC bot/framework. Requires some java knowledge to get running.
|
|
##Libraries
|
|
This project depends on the following libraries:
|
|
|
|
*PircBotX
|
|
|
|
*ApacheCommons (org.apache.commons.lang3)
|
|
##License
|
|
The source code of this project is available under a New BSD License.
|
|
##TODO (in no order)
|
|
*Documentation
|
|
|
|
*More modules
|
|
|
|
*Better error/reconnect handling
|
|
|
|
*Create config file based runner
|
|
##Changelog
|
|
[+] Added
|
|
|
|
[-] Removed
|
|
|
|
[~] Fixed/Changed
|
|
|
|
###0.1.1 (current)
|
|
[+] json library (in-tree, org.json)
|
|
|
|
[+] More Utilities
|
|
|
|
[+] UrbanCommand
|
|
|
|
[~] Assorted refactoring
|
|
|
|
[-] Legacy/unnecessary code
|
|
|
|
###0.1.0
|
|
[+] Initial release
|