Actions
Titlebar » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Per Amundsen, 04/23/2020 06:47 PM
Added in 1.9.0
/titlebar [@window] <text>
Sets the main application titlebar. If you specify a custom @window name, then the titlebar for that custom window is changed.
Parameters
[@window] - Window to change the title.
<text> - Title text to set.
Example
; Changes AdiIRC's titlebar to Hello world! /titlebar Hello world! ; Open a custom window. /window -e @Example ; Changes @Example Titlebar to Hello world! /titlebar @Example Hello world!
Updated by Per Amundsen over 4 years ago · 3 revisions