view README.md @ 1092:1e2e1aeee72d

irccd: fix invalid nick change
author David Demelier <markand@malikania.fr>
date Thu, 22 Jul 2021 16:12:57 +0200
parents 8f8ce47aba8a
children a09d4c9b8518
line wrap: on
line source

IRC Client Daemon
=================

IRC Client Daemon aka irccd is a full featured IRC bot written in C. It runs as
a daemon waiting for events. It's also possible to connect to more than one
server.

Irccd is also able to use optional Javascript plugins to do specific actions on
these events.

Irccd is also controllable via unix sockets allowing you use irccd as a message
relayer and such.

Features
--------

- Can use Javascript to create plugins,
- Can connect to multiple servers,
- Can be controlled by sockets and irccdctl,
- Extremely well documented,
- Clean and powerful Javascript API,
- Very fast and light.

Documentation
-------------

Lots of resources are available on the
[official website](http://projects.malikania.fr/irccd)

Author
------

The irccd application was written by David Demelier <markand@malikania.fr>