comparison doc/html/api/event/onChannelMode.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: onChannelMode 2 event: onChannelMode
3 summary: "This event is triggered when someone changed the channel's mode." 3 summary: "This event is triggered when someone changed the channel's mode."
4 synopsis: "function onChannelMode(server, origin, channel, mode, arg)" 4 synopsis: "function onChannelMode(server, origin, channel, mode, arg)"
5 arguments: 5 arguments:
6 - "server, the current server," 6 - "**server**: the current server,"
7 - "origin, the person who changed the mode," 7 - "**origin**: the person who changed the mode,"
8 - "channel, the channel," 8 - "**channel**: the channel,"
9 - "mode, the new mode," 9 - "**mode**: the new mode,"
10 - "arg, the mode argument, if supported." 10 - "**arg**: the mode argument, if supported."
11 --- 11 ---