comparison doc/html/api/event/onNotice.md @ 15:8d74eeb81184

Docs: update documentation in the irccd JavaScript events
author David Demelier <markand@malikania.fr>
date Thu, 11 Feb 2016 13:48:53 +0100
parents 1158cffe5a5e
children 392778b6d3c9
comparison
equal deleted inserted replaced
14:6b41b6461813 15:8d74eeb81184
2 event: onNotice 2 event: onNotice
3 summary: "This event is triggered when someone sent a notice to you." 3 summary: "This event is triggered when someone sent a notice to you."
4 synopsis: "function onNotice(server, origin, notice)" 4 synopsis: "function onNotice(server, origin, notice)"
5 arguments: 5 arguments:
6 - "server, the current server," 6 - "server, the current server,"
7 - "origin, the one that sent the notice," 7 - "origin, the one who sent the notice,"
8 - "message, the notice message." 8 - "message, the notice message."
9 --- 9 ---