comparison doc/html/api/event/onPart.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 8d74eeb81184
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ---
2 event: onPart
3 summary: "This event is triggered when someone has left a specific channel."
4 synopsis: "function onPart(server, origin, channel, reason)"
5 arguments:
6 - "server, the current server,"
7 - "origin, the person that left the channel,"
8 - "channel, the channel,"
9 - "reason, an optional reason."
10 ---