Project

General

Profile

ZNC » History » Version 11

Ken Spencer, 09/05/2016 04:21 AM

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 10 Ken Spencer
In this dialog you have the usual IRC settings, and you may fill them as you like, but the ones that must be valid are Password and Username on the left side.  Now, before you go saving that and adding servers, you for to make sure you will be authenticating correctly. In the same window, you should see the drop down menu labeled login method.
30
31 9 Ken Spencer
!AdiIRC_Use_PASS.png!
32
33 11 Ken Spencer
From this dialog you will need to select '/PASS'. 
34 9 Ken Spencer
!AdiIRC_Server_Tab.png!
35
36
!AdiIRC_Server_Tab_Entry.png!
37
38 8 Ken Spencer
*This newer tutorial is under construction*
39 1 Mr. BS
40
When connected to a server your address will be something like: *field1* is *field3*@host (*field4*) / *nick* is *user*@my.isp.host (*realname*)
41
42
h2. Connecting by direct command
43
44
Check the [[/server]] wiki for a complete overview of command parameters. Two quick example:
45
46
# *Non SSL*: <pre>/server -m you.znc.net:5708 -p login:password</pre>
47
# *SSL*: <pre>/server -m you.znc.net:+5708 -p login:password</pre>
48
49 7 Mr. BS
To connect using *SSL*, add *<notextile>+</notextile>* to port prefix or use the parameter *-ssl*.
50 1 Mr. BS
51 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]].
52 1 Mr. BS
53
h2. Connecting by script
54
55
<pre>on *:start: {
56 6 Mr. BS
  server you.znc.net:5708 -p login:password
57 1 Mr. BS
}</pre>