comparison 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
comparison
equal deleted inserted replaced
606:4f5f306d13ac 607:bb9771fb5f44
1 ---
2 event: onInvite
3 js: true
4 summary: "This event is called when someone is inviting you to a channel."
5 synopsis: "function onInvite(server, origin, channel)"
6 arguments:
7 - "**server**: the current server,"
8 - "**origin**: who invited you,"
9 - "**channel**: on which channel you are invited to."
10 ---