view doc/html/irccdctl/command/server-connect.md @ 577:3d0dbc0bee7d

Irccd: update references to onChannel(Mode|Notice), onMode - Update hangman, logger and their tests, - Update dynlib_plugin and js_plugin.
author David Demelier <markand@malikania.fr>
date Thu, 30 Nov 2017 13:19:38 +0100
parents b8da1d8c2a72
children
line wrap: on
line source

---
title: server-connect
guide: yes
---

# server-connect

Connect to a new IRC server.

## Usage

```nohighlight
$ irccdctl server-connect [options] name host port
```

Available options:

- **-c, --command**: specify the command char
- **-n, --nickname**: specify a nickname
- **-r, --realname**: specify a real name
- **-S, --ssl-verify**: verify SSL
- **-s, --ssl**: connect using SSL
- **-u, --username**: specify a user name

## Example

```nohighlight
$ irccdctl server-connect -n jean example irc.example.org
$ irccdctl server-connect --ssl example irc.example.org 6697
```