ZNC » History » Revision 8
Revision 7 (Mr. BS, 12/15/2014 04:34 PM) → Revision 8/21 (Ken Spencer, 09/04/2016 09:55 PM)
{{>toc}}
h1. ZNC
To connect to a "ZNC":http://wiki.znc.in/ZNC server through *AdiIRC* is very easy. Follow the examples bellow:
h2. Adding a ZNC Server Connecting by using the Server Manager
To open the Server Manager press *ctrl + s* or go to Menu *Server* -> *Server List*.
!AdiIRC_Server_List.png! !AdiIRC_server_manager.png!
This is what you should see if you haven't added From 1 to 10, fill the fields as any in. other regular server, just pay attention to field *3* and *9*.
h3. Adding a Network
Once * *3:* *User* field, you have can set the server list up, you're going to click 'Add new network'
!AdiIRC_Add_Network_Button.png!
You should then have a dialog box come up that looks like
!AdiIRC_Blank_Network.png!
Type the network name that ZNC login here or fill by anything.
* *9:* Here you are connecting to, can type in two format, *<znc_user>:<password>* or any name is fine, just *<password>*. The ZNC server will assume the field *!#3* as long as login if you remember it.
*This newer tutorial is under construction* type only the password.
When connected to a server your address will be something like: *field1* is *field3*@host (*field4*) / *nick* is *user*@my.isp.host (*realname*)
h2. Connecting by direct command
Check the [[/server]] wiki for a complete overview of command parameters. Two quick example:
# *Non SSL*: <pre>/server -m you.znc.net:5708 -p login:password</pre>
# *SSL*: <pre>/server -m you.znc.net:+5708 -p login:password</pre>
To connect using *SSL*, add *<notextile>+</notextile>* 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]].
h2. Connecting by script
<pre>on *:start: {
server you.znc.net:5708 -p login:password
}</pre>