Project

General

Profile

Topicbox » History » Version 1

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

1 1 Per Amundsen
_Added in 1.9.1_
2
3
*/topicbox [-dhost] [window]*
4
5
Sets topicbox visibility or visibility style.
6
7
If no window is defined, current window will be used.
8
9
*Switches*
10
11
-d - Use default visibility option.
12
-h - Show topicbox as one line, expandable on click.
13
-o - Hide topicbox
14
-s - Set current topicbox option as default for all topicbox's.
15
-t - Show topicbox multiline sticky. 
16
17
*Parameters*
18
19
[window] - Window to change the topicbox.
20
21
*Example*
22
23
<pre>
24
;Show topicbox as one line on #channel.
25
/topicbox -h #channel
26
27
28
;Hide topicbox on #channel.
29
/topicbox -o #channel
30
</pre>