comparison doc/html/api/event/onNames.md @ 24:392778b6d3c9

Docs: arguments are now in bold, #423
author David Demelier <markand@malikania.fr>
date Tue, 16 Feb 2016 13:36:46 +0100
parents 1158cffe5a5e
children 904ee87bc808
comparison
equal deleted inserted replaced
23:03068f5ed79d 24:392778b6d3c9
1 --- 1 ---
2 event: onNames 2 event: onNames
3 summary: "This event is triggered when a list of names has come." 3 summary: "This event is triggered when a list of names has come."
4 synopsis: "function onNames(server, channel, list)" 4 synopsis: "function onNames(server, channel, list)"
5 arguments: 5 arguments:
6 - "server, he current server," 6 - "**server**: he current server,"
7 - "channel, which channel," 7 - "**channel**: which channel,"
8 - "list, a sequence with all users." 8 - "**list**: a sequence with all users."
9 --- 9 ---