mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#47139 04/09/03 08:36 PM
Joined: Sep 2003
Posts: 2
R
Bowl of petunias
OP Offline
Bowl of petunias
R
Joined: Sep 2003
Posts: 2
I've just downloaded mirc 6.1 but i can't see the topics in the window top anymore. is there any option that enable showing to topic in channel window ? thanx !

#47140 04/09/03 09:07 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
on *:JOIN:#:{
if ($nick == $me) { titlebar $chan $titlebar($chan) $+ - $+ $chan(#).topic }
}

Last edited by pheonix; 04/09/03 09:10 PM.

new username: tidy_trax
#47141 04/09/03 09:08 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
[22:08:47] MENUBAR is an unknown command

#47142 04/09/03 09:11 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
menubar?

#47143 04/09/03 09:16 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
He just edited the script in his post, it used to use /menubar, now it uses /titlebar.

#47144 04/09/03 09:25 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Ah, ok.

#47145 04/09/03 10:39 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
In most of Pheonix's posts he has all didfferent aliases, maybe he made a menubar alias so:
[code
alias menubar {
titlebar $1-
}
[/code]
and forgot to add it to his post?

Then there would have been no reason for him to edit his post. confused

#47146 04/09/03 10:44 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
So what if he did? He would still of had to edit it into his post or make another one containing that alias for it to work anyway..

#47147 04/09/03 10:53 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Which is why I said:
Quote:

Then there would have been no reason for him to edit his post.

Meaning he could not of made that alias, because he removed /menubar from his original post.

#47148 04/09/03 10:59 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
I'm lost..what was your point? lol

#47149 04/09/03 11:00 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i did actually make a menubar alias for the very reason i typed it in the 1st place, whenever i want to change the titlebar i use /menubar, i forget its /titlebar for some reason :tongue:
Code:
alias menubar {
titlebar $iif($1,$1,$active) $iif($2,$2-,$1-)
}


new username: tidy_trax
#47150 04/09/03 11:03 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
So why do always have an alias in a script, but don't gve the user the actual code for the alias, it would return unknown command for them, but whatever it is supposed to do for you.

#47151 04/09/03 11:15 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
Quote:
whenever i want to change the titlebar i use /menubar, i forget its /titlebar for some reason

you always tell people to read carefully, take your own advice, i made a menubar alias because i forget its titlebar not menubar, the reason for posting menubar(with no alias) was for the same reason, i forgot its /titlebar, read more carefully and take your own advice....


new username: tidy_trax
#47152 04/09/03 11:51 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

you always tell people to read carefully, take your own advice, i made a menubar alias because i forget its titlebar not menubar..

That is a load of crap, because you can only change the titlebar with /titlebar, and you made a menubar alias for titlebar, you used the titlebar command within your alias so you could not have forgot.

#47153 05/09/03 12:01 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
nope, i typed: /menubar all the time, obviously when it returned an error i knew it was titlebar, so i decided if i keep making this mistake i might as well make an alias.
whats so hard to understand about that?


new username: tidy_trax
#47154 05/09/03 02:25 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
lol, if you say so kid.

#47155 05/09/03 11:29 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
How about you stop trying to perpetuate this stupid argument and listen to what he said? He ADMITTED it was an alias. He said he uses /menubar so much that he FORGOT /titlebar was the real command. So the reason he didn't include the alias was because he forgot it was an alias. I don't see what is so hard to understand about that. He admitted he made a mistake, what the hell else do you want from him?

#47156 05/09/03 11:36 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
...
He uses the menubar alias to change the titlebar. In order to do that he would need the titlebar command inside his alias, so I don't see how he forgot.
If he did forgot what was stopping him from looking at the menubar alias code to get the /titlebar command.
and the scores on the doors are..
SladeKraven 1
Codemastr 0

#47157 05/09/03 11:44 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
when i forget its "titlebar" and think its "menubar", why the hell would i think: 'oh, ill just go and look at my menubar alias to get the titlebar command'.
idiot.


new username: tidy_trax
#47158 06/09/03 12:03 AM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Are you really that dense?

HE DIDN'T REMEMBER THAT MENUBAR WAS AN ALIAS THEREFORE HE WOULD HAVE NO REASON TO LOOK FOR THE MENUBAR ALIAS DEFINITION BECAUSE HE THOUGHT IT WAS BUILT INTO MIRC. HE MADE A MISTAKE, HE ADMITTED IT, HE CORRECTED IT, NOW PLEASE STOP. YOU'RE MAKING NO SENSE AT ALL.

Is that clear enough for you to understand? And keeping score? Could you get any more childish? I'm not trying to compete with anyone, I'm trying to help you to understand something, if you don't want to, that's your choice, however I would not consider you choosing ignorance over knowledge to be "winning."

Page 1 of 2 1 2

Link Copied to Clipboard