diff doc/src/api/event/onInvite.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/onInvite.md@904ee87bc808
children ebdc614db066
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/src/api/event/onInvite.md	Fri Dec 08 20:11:22 2017 +0100
@@ -0,0 +1,10 @@
+---
+event: onInvite
+js: true
+summary: "This event is called when someone is inviting you to a channel."
+synopsis: "function onInvite(server, origin, channel)"
+arguments:
+  - "**server**: the current server,"
+  - "**origin**: who invited you,"
+  - "**channel**: on which channel you are invited to."
+---