Project

General

Profile

Channels » History » Version 1

Per Amundsen, 08/21/2016 03:12 PM

1 1 Per Amundsen
_Added in 2.5_
2
3
*/channels [-adnp] <#channel> [password] [Description]*
4
5
Adds or removes channels from the current server if it's a server saved in the serverlist.
6
7
*Switches*
8
9
-a - Join the channel on connect.
10
-d - Delete the channel.
11
-n - Minimize the channel on join.
12
-p - Indicates [password] is defined.
13
14
*Parameters*
15
16
<#channel> - The channel to add/modify/delete.
17
[password] - Channel password, used with -p.
18
[Description] - Channel description.
19
20
*Example*
21
22
<pre>
23
: Add channel #test to the serverlist.
24
/channels #test
25
26
: Add channel #test to the serverlist as a autojoin channel.
27
/channels -a #test
28
29
; Delete channel #test from the serverlist.
30
/channels -d #test
31
</pre>