Project

General

Profile

Server » History » Version 1

Per Amundsen, 02/14/2014 04:04 PM

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