Go to file
Pentium44 b586ba41a4 Minor changes 2020-11-24 18:17:20 -08:00
src Minor changes 2020-11-24 18:17:20 -08:00
Makefile Initial push, working with MintIRCd 2020-11-24 14:24:02 -08:00
README.md Add read me! 2020-11-24 17:08:23 -08:00
start_cserv Fix @release by using proper IRC protocol KILL as operator 2020-11-24 17:00:51 -08:00

README.md

CServ ~ Simple IRC services bot written in C made to eventually have all the functions of NickServ and ChanServ in a more simple and easy to handle binary!

========= Building and using

cd /path/to/cserv-src/

make

modify startup script to your needs

run!

========= Changelog

V0.1.0

  • Supports nickname verification via flat file password
  • Supports channel topic modifications via owner of such channel
  • Supports nickname releasing (nick KILL) when owner has verified the password

========= Licensing

Released under LGPLv2 with no warranties intended. It is in no way fully developed and may have bugs.

Chris Dorman, 2020 ~ cddo [at] riseup [dot] net