Go to file
Jan Philipp Timme c5b045236e [TASK] Fix line endings to LF only. 2013-09-05 11:55:43 +02:00
IrcClient/Classes [TASK] Fix line endings to LF only. 2013-09-05 11:55:43 +02:00
SocketFramework [TASK] Fix line endings to LF only. 2013-09-05 11:55:43 +02:00
Testcode [TASK] Fix line endings to LF only. 2013-09-05 11:55:43 +02:00
.gitignore [TASK] Moved the project to namespaces. 2011-12-03 12:43:43 +01:00
BRAINSTORM [TASK] Added the ProtocolHandlerException 2010-12-12 21:44:19 +00:00
Doxyfile [TASK] Moved the project to namespaces. 2011-12-03 12:43:43 +01:00
Main.php [TASK] Finalized modifications on ClientManager. 2011-12-03 20:58:08 +01:00
README [TASK] Optimized structure for public function work() 2011-06-25 23:04:19 +00:00
start.sh [TASK] Correct file permissions. 2012-10-17 22:32:19 +02:00
update-docs.sh [TASK] Correct file permissions. 2012-10-17 22:32:19 +02:00

README

# General
This multiserver-ircbot is based on an advanced socket-driven framework.
It's still in beta, but the basics are working.


# Running the bot
To run it, simply type ./start.sh into your console.


# Documentation
The documentation is not in the svn, but you can easily create it using the existing Doxyfile with doxygen.
Simply run ./update-docs.sh and - if doxygen + dot are installed - you'll have a perfectly fine documentation.
The Code itself should also give you an idea of how this works :-)


# License
This project is a private one, i don't know what license i will use yet. Maybe something like GPL v2+