mIRC Homepage
Posted By: DeadlySin mIRC titlebar - 16/10/03 06:09 PM
Is there a way i can change mirc titlebar with a script so i dont get what is on it now iv got version 6.03 confused

Thx
Posted By: Gawain Re: mIRC titlebar - 16/10/03 06:12 PM
Sure, just use the /titlebar command.
Posted By: DeadlySin Re: mIRC titlebar - 16/10/03 06:16 PM
i dont mean that sort i know about that but i still get stuff on it like what channel im on and its topic i dont wnt that so thx but thats not what i mean
Posted By: Gawain Re: mIRC titlebar - 16/10/03 06:22 PM
So you're using some sort of script now then, not a clean mIRC, in which case I have no idea how to help you.
Posted By: DeadlySin Re: mIRC titlebar - 16/10/03 06:25 PM
Im using mIRC 6.03 and im doing my on script i just need that
Posted By: pheonix Re: mIRC titlebar - 16/10/03 06:26 PM
no.., mirc has certain stuff it keeps in the titlebar even after using the /titlebar command..

//echo -a $titlebar = tidy_trax
but whats actually the titlebar = mIRC tidy_trax - [#somechannel [8] [+nt] topic... ]
after using //titlebar $anick = mIRC phoenix - [#somechannel [8] [+nt] topic... ]
Posted By: DeadlySin Re: mIRC titlebar - 16/10/03 06:42 PM
when i want sumthing in it

EX. Deadly-Sin it says that and the [#somechannel [15] [+nt] topic... ]<<<< i want to get rid off. but how coz on other scripts its not there
Posted By: pheonix Re: mIRC titlebar - 16/10/03 07:44 PM
that uses a dll i think, not sure which :tongue:
Posted By: Online Re: mIRC titlebar - 17/10/03 03:19 AM
The titlebar of mIRC is made out of 2 parts: the word mIRC, and your /titlebar text. When your windows (channel, query, status) are maximized, their title is added to your mIRC's title inside [] brackets.

The current /titlebar command only lets you change the piece of text that is between 'mIRC' and the brackets, so you can't use it for completely controlling the line.

sz.dll contains the SetTitle function that lets you reset the titles of both mIRC and other windows.

When you are in a #channel, try this command to delete the brackets part -
  • //echo -a $dll(sz.dll,SetTitle,$active)
Then, use this command to change mIRC's titlebar:
  • //echo -a $dll(sz.dll,SetTitle,mirc > hello!)
If everything worked as it did to me, the only text in your titlebar will now be "hello!".

See the readme file for more information, and make sure the dll is placed in your mIRC's folder before using the commands above. good luck smile
© mIRC Discussion Forums