_Added in 1.9.1_ */topicbox [-dhostabNeNfNpvck] [window] [text|color]* Sets [[Topicbox Control|Topicbox]] visibility or visibility style and/or fills the [[Topicbox Control|Topicbox]] of the current or specified window with the specified text. *Switches* table(ktable). |*Switch*|*Description*| | -d | Use default visibility option. | | -h | Show [[Topicbox Control|Topicbox]] as one line, expandable on click. | | -o | Hide [[Topicbox Control|Topicbox]] | | -s | Set current [[Topicbox Control|Topicbox]] option as default for all [[Topicbox Control|Topicbox]]es. | | -t | Show [[Topicbox Control|Topicbox]] multiline sticky. | | -a | Use the [[Topicbox Control|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]] and makes sure the window is not minimized and active. | | -p | Append a white-space after the text. | | -v | Prevents the [[Topicbox Control|Topicbox]] contents from being changed. | | -c | Sets the [[Topicbox Control|Topicbox]] text color. | | -k | Sets the [[Topicbox Control|Topicbox]] background color. | *Parameters* table(ktable). |*Parameter*|*Description*| | [window] | Window to change the [[Topicbox Control|Topicbox]]. | | [text|color] | Text to set or color to set with -c and -k switches. | *Example*
; 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