view doc/html/irccdctl/command/server-connect.md @ 551:a5e1c91abb8e

Irccd: split services, closes #730 While here: - delete interrupt_service, no longer needed, - delete net.hpp, net_util.hpp, no longer needed.
author David Demelier <markand@malikania.fr>
date Fri, 24 Nov 2017 20:09:45 +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
```