Titlebar » History » Revision 2
Revision 1 (Per Amundsen, 02/14/2014 09:03 PM) → Revision 2/5 (Per Amundsen, 08/10/2015 08:16 AM)
_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* <pre> ; Changes ;Changes AdiIRC's titlebar to Hello world! /titlebar Hello world! ; Open ;Open a custom window. window /window -e @Example @test ; Changes @Example Titlebar ;Changes @test titlebar to Hello world! /titlebar @Example @test Hello world! </pre>