diff 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
line wrap: on
line diff
--- a/doc/html/api/event/onNotice.md	Thu Feb 11 13:40:12 2016 +0100
+++ b/doc/html/api/event/onNotice.md	Thu Feb 11 13:48:53 2016 +0100
@@ -4,6 +4,6 @@
 synopsis: "function onNotice(server, origin, notice)"
 arguments:
   - "server, the current server,"
-  - "origin, the one that sent the notice,"
+  - "origin, the one who sent the notice,"
   - "message, the notice message."
 ---