descriptionAn IRC bot written in the C programming laguage
ownercrosvera@gmail.com
last changeTue, 27 Jan 2009 19:01:05 +0000 (27 16:01 -0300)
content tags
add:
README
*** Cbot, the IRC bot written in C ***
======================================
  FILE   |    DESCRIPTION
  -----------------------
  plan   | Explains what is Cbot.
  README | This file.
 LICENSE | The License of Cbot
cbot.conf| Configuration file


How to use it:
^^^^^^^^^^^^^^

-1) Download Cbot
-2) tar -xzvf cbot-x.y.tar.gz
-3) cd cbot-x.y
-4) make
-5) Configure the cbot.conf file
-6) ./cbot

Developer:
^^^^^^^^^^
"Carlos Ríos Vera" <crosvera@gmail.com>
shortlog
2009-01-27 Carlos Ríos VMakefile improved, added the log-save & verbose featuremaster
2009-01-22 Carlos Ríos VAdded the license (GPL2) to Cbot
2009-01-21 Carlos Ríos VEdited the MakeFile
2009-01-21 Carlos Ríos VAdded the README file
2009-01-21 Carlos Ríos VAdded a command parser ( irc_md.c irc_cmd.h ) =)
2009-01-09 Carlos Ríos VAdded the files b_socket.h & b_socket.c which contains...
2009-01-06 Carlos Ríos VAdded the configuration feature (config.h & config...
2009-01-03 Carlos Ríos VThis first commit contains only one file (./plan) which...
heads
15 years ago master