view doc/html/api/module/Irccd.Server/method/part.md @ 260:904ee87bc808

CMake: split documentation into several topic, closes #535
author David Demelier <markand@malikania.fr>
date Wed, 14 Sep 2016 13:36:06 +0200
parents 392778b6d3c9
children
line wrap: on
line source

---
method: part
js: true
summary: "Leave the specified channel, the reason is optional."
synopsis: "Server.prototype.part(channel, reason)"
arguments:
  - "**channel**: the channel to leave,"
  - "**reason**: an optional reason."
---

Not all IRC servers support giving a reason to leave a channel, do not specify it if this is a concern.