Project

General

Profile

Server » History » Version 7

Per Amundsen, 02/16/2014 06:51 AM

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