view doc/src/api/event/onPart.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/onPart.md@904ee87bc808
children ebdc614db066
line wrap: on
line source

---
event: onPart
js: true
summary: "This event is triggered when someone has left a specific channel."
synopsis: "function onPart(server, origin, channel, reason)"
arguments:
  - "**server**: the current server,"
  - "**origin**: the person who left the channel,"
  - "**channel**: the channel,"
  - "**reason**: an optional reason."
---