X-Git-Url: https://jfr.im/git/irc/thales.git/blobdiff_plain/7d3d97a1aeb9bb6831420e4f586ff70b2d500866..1803825644c4a6252b7d48c822d1612da7104b17:/README.coders diff --git a/README.coders b/README.coders index 6538ed5..3e6f4e4 100644 --- a/README.coders +++ b/README.coders @@ -1,19 +1,24 @@ -Thales structures : +GNU Thales structures : +======================= -If you are interested in improving thales, you might want to read the following about thales structure. +If you are interested in improving thales, you might want to read the following +about thales structure. IRC messages handling, and database handling, are done in : - messages.* - actions.* - db.* -messages.* handles the basic IRC commands, like PING, MOTD, etc ... using m_* functions. -When a command requires to query the database, it is forwarded to the corresponding do_* function in actions.*. -do_* use db_* functions (in db.*) to query the database. +messages.* handles the basic IRC commands, like PING, MOTD, etc ... using m_* +functions. When a command requires to query the database, it is forwarded to +the corresponding do_* function in actions.*. do_* use db_* functions (in +db.*) to query the database. Patches : -If you want to send a patch, please use diff -burN, and review your patch by hand. I particularly dislikes reading patches which include your config.log, makefiles, etc ... :) +If you want to send a patch, please use diff -burN, and review your patch by +hand. I particularly dislikes reading patches which include your config.log, +makefiles, etc ... :) IRCD modes :