diff doc/src/api/event/onNotice.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/onNotice.md@904ee87bc808
children ebdc614db066
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/src/api/event/onNotice.md	Fri Dec 08 20:11:22 2017 +0100
@@ -0,0 +1,10 @@
+---
+event: onNotice
+js: true
+summary: "This event is triggered when someone sent a notice to you."
+synopsis: "function onNotice(server, origin, notice)"
+arguments:
+  - "**server**: the current server,"
+  - "**origin**: the one who sent the notice,"
+  - "**message**: the notice message."
+---