comparison README.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children d7d0e239fb0e
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 IRC Client Daemon
2 =================
3
4 IRC Client Daemon aka irccd is a full featured IRC bot written in C++14. It runs as a daemon waiting for events.
5 It's also possible to connect to more than one server.
6
7 Irccd is also able to use optional JavaScript plugins to do specific actions on these events.
8
9 Irccd is also controllable via internet and unix sockets, this let you use irccd as a message relayer and such.
10
11 Features
12 --------
13
14 - Can use JavaScript to create plugins,
15 - Can connect to multiple servers,
16 - Support multiple identities,
17 - Can be controlled by sockets and irccdctl,
18 - Runs on Linux, Windows and *BSD,
19 - Extremely well documented,
20 - Clean and powerful JavaScript API,
21 - Very fast and light.
22
23 Documentation
24 -------------
25
26 Lots of resources are available on the [official website](http://projects.malikania.fr/irccd)
27
28 Author
29 ------
30
31 The irccd application was written by David Demelier <markand@malikania.fr>
32
33 Contributors
34 ------------
35
36 - Pierre Choffet,
37 - Yoan Giraud,
38 - Léo Villeveygoux.