Go to file
Jan Philipp Timme 2c5e520c9f [TASK] Added function for clients, so they're able to send initial data right after connecting to a server.
[TASK] Restructured parts of the core to support sending data right after connecting.
[TASK] Adapted core part for automatic reconnect to support sending initial data, too.
2011-06-25 22:13:53 +00:00
Classes [TASK] Added function for clients, so they're able to send initial data right after connecting to a server. 2011-06-25 22:13:53 +00:00
Testcode [TASK] Added function for clients, so they're able to send initial data right after connecting to a server. 2011-06-25 22:13:53 +00:00
AutoLoader.php 2010-11-21 22:48:11 +00:00
BRAINSTORM [TASK] Added the ProtocolHandlerException 2010-12-12 21:44:19 +00:00
Doxyfile 2010-11-21 22:48:11 +00:00
Main.php [TASK] Added function for clients, so they're able to send initial data right after connecting to a server. 2011-06-25 22:13:53 +00:00
README [TASK] Code cleanup and some small documentation. 2010-11-28 16:51:43 +00:00
start.sh [TASK] Code cleanup and some small documentation. 2010-11-28 16:51:43 +00:00
update-docs.sh [TASK] Code cleanup and some small documentation. 2010-11-28 16:51:43 +00: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.