diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/html/api/module/Irccd.Server/index.md	Mon Feb 08 16:43:14 2016 +0100
@@ -0,0 +1,36 @@
+---
+module: Irccd.Server
+summary: "Server management"
+---
+
+## Usage
+
+This module is the object that you received in almost all IRC event (e.g. `onConnect`). You can use its methods to do
+your required actions on the server.
+
+## Functions
+
+- [add](function/add.html)
+- [find](function/find.html)
+- [list](function/list.html)
+- [remove](function/remove.html)
+
+## Methods
+
+- [(constructor)](method/constructor.html)
+- [cmode](method/cmode.html)
+- [cnotice](method/cnotice.html)
+- [info](method/info.html)
+- [invite](method/invite.html)
+- [join](method/join.html)
+- [kick](method/kick.html)
+- [me](method/me.html)
+- [message](method/message.html)
+- [mode](method/mode.html)
+- [names](method/names.html)
+- [nick](method/nick.html)
+- [notice](method/notice.html)
+- [part](method/part.html)
+- [topic](method/topic.html)
+- [whois](method/whois.html)
+- [toString](method/toString.html)