diff README.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children d7d0e239fb0e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Feb 08 16:43:14 2016 +0100
@@ -0,0 +1,38 @@
+IRC Client Daemon
+=================
+
+IRC Client Daemon aka irccd is a full featured IRC bot written in C++14. 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 internet and unix sockets, this let you use irccd as a message relayer and such.
+
+Features
+--------
+
+  - Can use JavaScript to create plugins,
+  - Can connect to multiple servers,
+  - Support multiple identities,
+  - Can be controlled by sockets and irccdctl,
+  - Runs on Linux, Windows and *BSD,
+  - 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>
+
+Contributors
+------------
+
+  - Pierre Choffet,
+  - Yoan Giraud,
+  - Léo Villeveygoux.
\ No newline at end of file