view doc/html/irccdctl/command/server-join.md @ 391:d51a95714abb

Docs: sync html with irccdctl help messages
author David Demelier <markand@malikania.fr>
date Fri, 23 Dec 2016 13:42:26 +0100
parents 55bf5c5a65db
children b8da1d8c2a72
line wrap: on
line source

---
title: server-join
guide: yes
---

# server-join

Join the specified channel, the password is optional.

## Usage

````nohighlight
$ irccdctl server-join server channel [password]
````

## Example

````nohighlight
$ irccdctl server-join freenode #test
$ irccdctl server-join freenode #private-club secret
````