Project

General

Profile

Topicbox » History » Revision 6

Revision 5 (Per Amundsen, 12/16/2016 12:42 PM) → Revision 6/7 (Per Amundsen, 07/28/2018 07:59 AM)

_Added in 1.9.1_ 

 */topicbox [-dhostabNeNfNpvck] [window] [text|color]* 

 Sets [[Topicbox Control|Topicbox]] Topicbox visibility or visibility style and/or fills the [[Topicbox Control|Topicbox]] Topicbox of the current or specified window with the specified text. 

 *Switches* 

 -d - Use default visibility option. 
 -h - Show [[Topicbox Control|Topicbox]] Topicbox as one line, expandable on click. 
 -o - Hide [[Topicbox Control|Topicbox]] Topicbox 
 -s - Set current [[Topicbox Control|Topicbox]] topicbox option as default for all [[Topicbox Control|Topicbox]]es. Topicbox's. 
 -t - Show [[Topicbox Control|Topicbox]] Topicbox multiline sticky. 
 -a - Use the [[Topicbox Control|Topicbox]] Topicbox from the current active window. 
 -bN - Set selection start to position N. 
 -eN - Set selection end to position N. 
 -fN - If N = 1/[$null] sets focus to the [[Topicbox Control|Topicbox]] Topicbox and makes sure the window is not minimized and active. 
 -p - Append a white-space after the text. 
 -v - Prevents the [[Topicbox Control|Topicbox]] Topicbox contents from being changed. 
 -c - Sets the [[Topicbox Control|Topicbox]] Topicbox text color. 
 -k - Sets the [[Topicbox Control|Topicbox]] Topicbox background color. 

 *Parameters* 

 [window] - Window to change the [[Topicbox Control|Topicbox]]. Topicbox. 
 [text|color] - Text to set or color to set with -c and -k switches. 

 *Example* 

 <pre> 
 ; Show Topicbox as one line on #channel. 
 /topicbox -h #channel 

 ; Hide Topicbox on #channel. 
 /topicbox -o #channel 

 ; Set the Topicbox text for #channel. 
 /topicbox #channel Test Topic 
 </pre>