ZNC » History » Revision 5
Revision 4 (Mr. BS, 12/15/2014 02:56 PM) → Revision 5/21 (Mr. BS, 12/15/2014 03:33 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. Connecting by the Server Manager
To open the Server Manager press *ctrl + s* or go to Menu *Server* -> *Server List*.
!AdiIRC_server_manager.png!
From 1 to 10, fill the fields as any other regular server, just pay attention to field *3* and *9*.
* *3:* *User* field, you can set the ZNC login here or fill by anything.
* *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.
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 *@+@* 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 -m you.znc.net:5708 -p login:password
}</pre>