mIRC Home    About    Download    Register    News    Help

Print Thread
#180485 10/07/07 07:33 AM
Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
am how can i make my nick appear in my mirc tittlebar... can anyone help me?

sigbin #180486 10/07/07 07:36 AM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
//titlebar $me

Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
i mean i wont have to type the command... when ever i change my nick so as the tittlebar

sigbin #180491 10/07/07 08:15 AM
Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
on *:nick: if ($nick == $me) /titlebar $me

Joined: Jun 2004
Posts: 124
S
sigbin Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jun 2004
Posts: 124
thankz

sigbin #180541 10/07/07 10:01 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
With the exception of mIRC 6.2 you can also use
Code:
on me:*:nick:{  titlebar $me  }


Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
I've known about it. Although, where in the help file can you find it?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
You won't. It's an undocumented prefix, but one that Khaled is planning on leaving available, since he fixed the way it worked from 6.2 to 6.21 to match the way it worked in versions before 6.2

There are a number of undocumented commands and identifiers that you'll only find by trial & error or, possibly, reading forums like this one.

Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
"You won't. It's an undocumented prefix, but one that Khaled is planning on leaving available, since he fixed the way it worked from 6.2 to 6.21 to match the way it worked in versions before 6.2"

hum, is it why on me*:join:#: doesn't work in 6.21 but work in 6.17 ?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Wims #180560 11/07/07 04:58 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
It will work in 6.21, if you use the proper format

on me:*:join:#

You're missing a : between the me and the *

The discrepancy was discovered in 6.2, and enough people mentioned about it, that Khaled changed the way it works back to the way it was in 6.17 for 6.21



Link Copied to Clipboard