comparison doc/html/api/module/Irccd.Server/index.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 070a1ece2af6
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ---
2 module: Irccd.Server
3 summary: "Server management"
4 ---
5
6 ## Usage
7
8 This module is the object that you received in almost all IRC event (e.g. `onConnect`). You can use its methods to do
9 your required actions on the server.
10
11 ## Functions
12
13 - [add](function/add.html)
14 - [find](function/find.html)
15 - [list](function/list.html)
16 - [remove](function/remove.html)
17
18 ## Methods
19
20 - [(constructor)](method/constructor.html)
21 - [cmode](method/cmode.html)
22 - [cnotice](method/cnotice.html)
23 - [info](method/info.html)
24 - [invite](method/invite.html)
25 - [join](method/join.html)
26 - [kick](method/kick.html)
27 - [me](method/me.html)
28 - [message](method/message.html)
29 - [mode](method/mode.html)
30 - [names](method/names.html)
31 - [nick](method/nick.html)
32 - [notice](method/notice.html)
33 - [part](method/part.html)
34 - [topic](method/topic.html)
35 - [whois](method/whois.html)
36 - [toString](method/toString.html)