Project

General

Profile

ZNC » History » Version 6

Mr. BS, 12/15/2014 04: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
h2. Connecting by the Server Manager
8
9
To open the Server Manager press *ctrl + s* or go to Menu *Server* -> *Server List*.
10
11 3 Mr. BS
!AdiIRC_server_manager.png!
12 1 Mr. BS
13
From 1 to 10, fill the fields as any other regular server, just pay attention to field *3* and *9*.
14
15
* *3:* *User* field, you can set the ZNC login here or fill by anything.
16
* *9:* Here you can type in two format, *<znc_user>:<password>* or just *<password>*. The ZNC server will assume the field *@#3@* as login if you type only the password.
17
18
When connected to a server your address will be something like: *field1* is *field3*@host (*field4*) / *nick* is *user*@my.isp.host (*realname*)
19
20
h2. Connecting by direct command
21
22
Check the [[/server]] wiki for a complete overview of command parameters. Two quick example:
23
24
# *Non SSL*: <pre>/server -m you.znc.net:5708 -p login:password</pre>
25
# *SSL*: <pre>/server -m you.znc.net:+5708 -p login:password</pre>
26
27
To connect using *SSL*, add *@+@* to port prefix or use the parameter *-ssl*.
28
29
Ps: for no specified parameters like nick (-i), username (-u), realname (-r), etc, *AdiIRC* will use the default values set in [[/quickconnect]].
30
31
h2. Connecting by script
32
33
<pre>on *:start: {
34 6 Mr. BS
  server you.znc.net:5708 -p login:password
35 1 Mr. BS
}</pre>