comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ## What is irccd?
2
3 Irccd is an [IRC bot][ircbot] written in [C++14][cpp14] and using [JavaScript][js] for its plugins.
4
5 It is developed in mind of being as portable as possible, light, fast, extensible.
6
7 Irccd also tries to be small and efficient. It is not uncommon to see more than twenty plugins loaded without eating
8 all your memory.
9
10 Irccd also tries to have the best JavaScript API for writing the funniest plugins ever.
11
12 ### Irccd's features
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 [ircbot]: https://en.wikipedia.org/wiki/IRC_bot
24 [cpp14]: http://en.wikipedia.org/wiki/C%2B%2B14
25 [js]: https://en.wikipedia.org/wiki/JavaScript