]> jfr.im git - irc/thales.git/blobdiff - README.coders
- server.lastsplit is not overwritten when a server rejoins.
[irc/thales.git] / README.coders
index 6538ed5fdb37d3acd25432ab4a464da9494665c3..3e6f4e4d3c32cbee0b1da126ac2865efd596dcbd 100644 (file)
@@ -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 :