mIRC Home    About    Download    Register    News    Help

Print Thread
#12385 22/02/03 03:28 AM
Joined: Dec 2002
Posts: 174
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
Is there a Command to write to the titlebar,

id like to write a script to change text on the titlebar in timers,

any ideas?

#12386 22/02/03 03:39 AM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
/titlebar [@window] <text>
Sets the main application titlebar. If you specify a custom @window name, then the titlebar for that custom window is changed.

you can also look at $titlebar

is that what you are asking for ?

#12387 22/02/03 03:40 AM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
You won't believe it... it's called /titlebar (/help /titlebar)


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#12388 22/02/03 06:36 PM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
alias test {
timer 1 1 titlebar h
timer 1 2 titlebar he
timer 1 3 titlebar hel
timer 1 4 titlebar hell
timer 1 5 titlebar hello
}
wink

Last edited by xrn0id; 22/02/03 06:37 PM.


;Check for Life

if (%life == $null) {
goto getlife
}

Link Copied to Clipboard