comparison README.md @ 910:081fe7608403 stable-3

misc: merge from release-3.0
author David Demelier <markand@malikania.fr>
date Sun, 06 Oct 2019 09:20:04 +0200
parents f14e00397e42
children 3ea3361f0fc7
comparison
equal deleted inserted replaced
902:8562d9864788 910:081fe7608403
1 IRC Client Daemon 1 IRC Client Daemon
2 ================= 2 =================
3 3
4 IRC Client Daemon aka irccd is a full featured IRC bot written in C++14. It runs 4 IRC Client Daemon aka irccd is a full featured IRC bot written in C++17. It runs
5 as a daemon waiting for events. It's also possible to connect to more than one 5 as a daemon waiting for events. It's also possible to connect to more than one
6 server. 6 server.
7 7
8 Irccd is also able to use optional JavaScript plugins to do specific actions on 8 Irccd is also able to use optional JavaScript plugins to do specific actions on
9 these events. 9 these events.
35 The irccd application was written by David Demelier <markand@malikania.fr> 35 The irccd application was written by David Demelier <markand@malikania.fr>
36 36
37 Contributors 37 Contributors
38 ------------ 38 ------------
39 39
40 - Pierre Choffet, 40 - Pierre Choffet,
41 - Yoan Giraud, 41 - Yoan Giraud,
42 - Léo Villeveygoux. 42 - Léo Villeveygoux.