Project

General

Profile

Actions

ZNC » History » Revision 8

« Previous | Revision 8/21 (diff) | Next »
Ken Spencer, 09/04/2016 09:55 PM


ZNC

To connect to a ZNC server through AdiIRC is very easy. Follow the examples bellow:

Adding a ZNC Server by using the Server Manager

To open the Server Manager press ctrl + s or go to Menu Server -> Server List.

AdiIRC Blank Server List

This is what you should see if you haven't added any in.

Adding a Network

Once you have the server list up, you're going to click 'Add new network'

AdiIRC Add Network Button

You should then have a dialog box come up that looks like

AdiIRC Blank Network Dialog

Type the network name that you are connecting to, or any name is fine, just as long as you remember it.

This newer tutorial is under construction

When connected to a server your address will be something like: field1 is field3@host (field4) / nick is user@my.isp.host (realname)

Connecting by direct command

Check the /server wiki for a complete overview of command parameters. Two quick example:

  1. Non SSL:
    /server -m you.znc.net:5708 -p login:password
  2. SSL:
    /server -m you.znc.net:+5708 -p login:password

To connect using SSL, add + to port prefix or use the parameter -ssl.

Ps: for no specified parameters like nick (-i), username (-u), realname (-r), etc, AdiIRC will use the default values set in /quickconnect.

Connecting by script

on *:start: {
  server you.znc.net:5708 -p login:password
}

Updated by Ken Spencer over 7 years ago · 8 revisions

Also available in: PDF HTML TXT