diff doc/html/guide/01-intro/02-what-is-irccd.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/html/guide/01-intro/02-what-is-irccd.md	Mon Feb 08 16:43:14 2016 +0100
@@ -0,0 +1,25 @@
+## What is irccd?
+
+Irccd is an [IRC bot][ircbot] written in [C++14][cpp14] and using [JavaScript][js] for its plugins.
+
+It is developed in mind of being as portable as possible, light, fast, extensible.
+
+Irccd also tries to be small and efficient. It is not uncommon to see more than twenty plugins loaded without eating
+all your memory.
+
+Irccd also tries to have the best JavaScript API for writing the funniest plugins ever.
+
+### Irccd's 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.
+
+[ircbot]: https://en.wikipedia.org/wiki/IRC_bot
+[cpp14]: http://en.wikipedia.org/wiki/C%2B%2B14
+[js]: https://en.wikipedia.org/wiki/JavaScript