From WikiChip
Difference between revisions of "mirc/commands/titlebar"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 31: | Line 31: | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$window}} |
* [[$tilebar identifier - mIRC|$titlebar]] | * [[$tilebar identifier - mIRC|$titlebar]] | ||
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 19:42, 5 July 2014
The /titlebar command can be used to change the titlebar of a window, either the main mIRC window, or a custom @window.
Synopsis
/titlebar [@window] <text>
Switches
None
Parameters
- [@window] - if specified, the window's name, otherwise the main mIRC's window is used.
- <text> - the new text for the titlebar, all control codes are stripped from the text.
Example
alias refresh_win { ; create a window if it doesn't exist if (!$window($1)) window $1 ; refresh the titlbar of that window titlebar $1 Position: $window($1).x $window($1).y ; refresh mIRC's main window's titlebar titlebar Active : $1 }
Compatibility
Added: mIRC 4.5
Added On: 30/06/96
Note: Individual switches were not taken into consideration.
See also
mIRC commands list