ZNC » History » Version 8
Ken Spencer, 09/04/2016 09:55 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 | *This newer tutorial is under construction* |
||
28 | 1 | Mr. BS | |
29 | When connected to a server your address will be something like: *field1* is *field3*@host (*field4*) / *nick* is *user*@my.isp.host (*realname*) |
||
30 | |||
31 | h2. Connecting by direct command |
||
32 | |||
33 | Check the [[/server]] wiki for a complete overview of command parameters. Two quick example: |
||
34 | |||
35 | # *Non SSL*: <pre>/server -m you.znc.net:5708 -p login:password</pre> |
||
36 | # *SSL*: <pre>/server -m you.znc.net:+5708 -p login:password</pre> |
||
37 | |||
38 | 7 | Mr. BS | To connect using *SSL*, add *<notextile>+</notextile>* to port prefix or use the parameter *-ssl*. |
39 | 1 | Mr. BS | |
40 | 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]]. |
41 | 1 | Mr. BS | |
42 | h2. Connecting by script |
||
43 | |||
44 | <pre>on *:start: { |
||
45 | 6 | Mr. BS | server you.znc.net:5708 -p login:password |
46 | 1 | Mr. BS | }</pre> |