view 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 source

---
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."
---