Project

General

Profile

Server » History » Version 24

Per Amundsen, 10/16/2015 02:59 AM

1 1 Per Amundsen
_Added in 1.5_
2
3 24 Per Amundsen
*/server [host/ip address/network label] [port] [password] [-switches..]*
4 1 Per Amundsen
5
Connects to a new server.
6
7
*Parameters*
8
9 17 Per Amundsen
[host/network label] - Host to join, can be a ip address or host name, can also be a network label from the serverlist or the default serverlist.
10 22 Per Amundsen
[port] - Port to use. (+port indicate connection should be a SSL connection, * indicates a STARTTLS connection)
11 1 Per Amundsen
[password] - The server password to use, normally used for bnc login.
12 21 Per Amundsen
13
*Switches*
14
15 1 Per Amundsen
[-j/-join #channel pass] - Channels to join as a comma separated list.
16
[-new/-m/] - Indicates connection should happen in a new server window.
17 16 Per Amundsen
<notextile>
18 22 Per Amundsen
[-forcessl N] - Forces a specific SSL/TLS version, 0 = ssl2, 1 = ssl3, 2 = tls1.0, 3 = tls1.1, 4 = tls1.2 (tls1.1 and tls1.2 is only available in the .net 4+ version)</notextile>
19 13 Per Amundsen
[-n] - Indicates connection should happen in a new server window, but not connect.
20 1 Per Amundsen
[-z] - Minimizes the new server window.
21 13 Per Amundsen
[-p/-pass password] - Another way to set the server password to use, normally used for bnc login.
22 17 Per Amundsen
[-e/-ssl] - Indicates connection should be a SSL connection.
23
[-t] - Indicates connection should be a STARTTLS connection.
24 23 Per Amundsen
[-u/-user username] - The server login username to use, normally used for bnc login.
25 3 Per Amundsen
[-nick nick] - The nick to use.
26 1 Per Amundsen
[-an/-anick alternate nick] - Alternative nick to use.
27 23 Per Amundsen
[-r/-real fullname] - Fullname to use.
28 1 Per Amundsen
[-port port] - Another way to set what port to use.
29 23 Per Amundsen
[-i nick anick email name] - Another way to set nick, alternative nick, server username and fullname.
30 1 Per Amundsen
[-d encoding] - Encoding to use on this server.
31 19 Per Amundsen
[-cert file] - Custom SSL client certificate to use for this server.
32 12 Per Amundsen
33 1 Per Amundsen
*Example*
34
35
<pre>
36 18 Per Amundsen
; Connect irc.nordicirc.com port 6667 in a new server window with nick MyNick, alt nick MyNick_ and join channels #chan1,#chan2,#chan3.
37 1 Per Amundsen
/server -m irc.nordicirc.com 6667 -nick MyNick -an MyNick_ -j #chan1,#chan2,#chan3
38 18 Per Amundsen
39
; Connect a network label from the serverlist named 'NordicIRC'
40
/server -m NordicIRC
41
42
; Connect a network label from the default serverlist named 'Freenode'
43
/server -m Freenode
44 1 Per Amundsen
</pre>