diff doc/src/api/event/onJoin.md @ 607:bb9771fb5f44

Docs: rework documentation - Change directories, - Remove handwritten manual pages.
author David Demelier <markand@malikania.fr>
date Fri, 08 Dec 2017 20:11:22 +0100
parents doc/html/api/event/onJoin.md@904ee87bc808
children ebdc614db066
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/src/api/event/onJoin.md	Fri Dec 08 20:11:22 2017 +0100
@@ -0,0 +1,10 @@
+---
+event: onJoin
+js: true
+summary: "User join events, this function is called when someone joins a channel."
+synopsis: "function onJoin(server, origin, channel)"
+arguments:
+  - "**server**: the current server,"
+  - "**origin**: the person who joined the channel,"
+  - "**channel**: the channel the user has joined."
+---