Project

General

Profile

ZNC » History » Version 9

Ken Spencer, 09/04/2016 10:06 PM

1 5 Mr. BS
{{>toc}}
2
3 1 Mr. BS
h1. ZNC
4
5 4 Mr. BS
To connect to a "ZNC":http://wiki.znc.in/ZNC server through *AdiIRC* is very easy. Follow the examples bellow:
6 1 Mr. BS
7 8 Ken Spencer
h2. Adding a ZNC Server by using the Server Manager
8 1 Mr. BS
9
To open the Server Manager press *ctrl + s* or go to Menu *Server* -> *Server List*.
10
11 8 Ken Spencer
!AdiIRC_Server_List.png!
12 1 Mr. BS
13 8 Ken Spencer
This is what you should see if you haven't added any in.
14 1 Mr. BS
15 8 Ken Spencer
h3. Adding a Network
16
17
Once you have the server list up, you're going to click 'Add new network'
18
19
!AdiIRC_Add_Network_Button.png!
20
21
You should then have a dialog box come up that looks like
22
23
!AdiIRC_Blank_Network.png!
24
25
Type the network name that you are connecting to, or any name is fine, just as long as you remember it.
26
27 9 Ken Spencer
!AdiIRC_New_Blank_Network.png!
28
29
!AdiIRC_Use_PASS.png!
30
31
!AdiIRC_Server_Tab.png!
32
33
!AdiIRC_Server_Tab_Entry.png!
34
35 8 Ken Spencer
*This newer tutorial is under construction*
36 1 Mr. BS
37
When connected to a server your address will be something like: *field1* is *field3*@host (*field4*) / *nick* is *user*@my.isp.host (*realname*)
38
39
h2. Connecting by direct command
40
41
Check the [[/server]] wiki for a complete overview of command parameters. Two quick example:
42
43
# *Non SSL*: <pre>/server -m you.znc.net:5708 -p login:password</pre>
44
# *SSL*: <pre>/server -m you.znc.net:+5708 -p login:password</pre>
45
46 7 Mr. BS
To connect using *SSL*, add *<notextile>+</notextile>* to port prefix or use the parameter *-ssl*.
47 1 Mr. BS
48 7 Mr. BS
Ps: for no specified parameters like nick (*-i*), username (*-u*), realname (*-r*), etc, *AdiIRC* will use the default values set in [[/quickconnect]].
49 1 Mr. BS
50
h2. Connecting by script
51
52
<pre>on *:start: {
53 6 Mr. BS
  server you.znc.net:5708 -p login:password
54 1 Mr. BS
}</pre>