Project

General

Profile

Server » History » Version 15

Per Amundsen, 09/19/2015 04:20 AM

1 1 Per Amundsen
_Added in 1.5_
2
3 14 Per Amundsen
*/server [host] [port] [password] [-j/-join #channel pass] [-new/-m] [-forcessl N] [-n] [-z] [-p/-pass password] [-e/-ssl] [-u/-user usernick] [-nick nick] [-an/-anick alternate nick] [-r/-real real name] [-port port] [-i nick anick email name] [-d encoding]*
4 1 Per Amundsen
5
Connects to a new server.
6
7
*Parameters*
8
9 15 Per Amundsen
<notextile>
10 1 Per Amundsen
[host] - Host to join, can be a ip address or host name.
11
[port] - Port to use. (+port can be used to indicate connection should be a ssl connection)
12 6 Per Amundsen
[password] - The server password to use, normally used for bnc login.
13 1 Per Amundsen
[-j/-join #channel pass] - Channels to join as a comma separated list.
14
[-new/-m/] - Indicates connection should happen in a new server window.
15 14 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)
16 13 Per Amundsen
[-n] - Indicates connection should happen in a new server window, but not connect.
17
[-z] - Minimizes the new server window.
18 2 Per Amundsen
[-p/-pass password] - Another way to set the server password to use, normally used for bnc login.
19 1 Per Amundsen
[-e/-ssl] - Indicates connection should be a ssl connection.
20 8 Per Amundsen
[-u/-user usernick] - The server login nick/user nick to use, normally used for bnc login.
21 3 Per Amundsen
[-nick nick] - The nick to use.
22 1 Per Amundsen
[-an/-anick alternate nick] - Alternative nick to use.
23
[-r/-real real name] - Real name to use.
24
[-port port] - Another way to set what port to use.
25 11 Per Amundsen
[-i nick anick email name] - Another way to set nick, alternative nick, server login nick and real name.
26 10 Per Amundsen
[-d encoding] - Encoding to use on this server.
27 15 Per Amundsen
</notextile>
28 12 Per Amundsen
29 1 Per Amundsen
*Example*
30
31
<pre>
32
;Connect irc.nordicirc.com port 6667 in a new server window with nick MyNick, alt nick MyNick_ and join channels #chan1,#chan2,#chan3.
33 7 Per Amundsen
/server -m irc.nordicirc.com 6667 -nick MyNick -an MyNick_ -j #chan1,#chan2,#chan3
34 1 Per Amundsen
</pre>