comparison doc/src/api/event/onConnect.md @ 614:ebdc614db066

Docs: get rid of metadata
author David Demelier <markand@malikania.fr>
date Sun, 17 Dec 2017 09:21:49 +0100
parents bb9771fb5f44
children
comparison
equal deleted inserted replaced
613:0c7241258289 614:ebdc614db066
1 --- 1 # Event onConnect
2 event: onConnect 2
3 js: true 3 This callback is called when the irccd instance successfully connect to a
4 summary: "This callback is called when the irccd instance successfully connect to a server." 4 server.
5 synopsis: "function onConnect(server)" 5
6 arguments: 6 # Synopsis
7 - "**server**: the current server." 7
8 --- 8 ```javascript
9 function onConnect(server)
10 ```
11
12 # Arguments
13
14 - **server**: the current server.