view doc/html/api/module/Irccd.Server/index.md @ 254:93a227277786

Irccd: various fixes for further cross-compilation
author David Demelier <markand@malikania.fr>
date Mon, 05 Sep 2016 12:53:13 +0200
parents 070a1ece2af6
children 904ee87bc808
line wrap: on
line source

---
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)