mIRC Home    About    Download    Register    News    Help

Print Thread
#82218 07/05/04 03:21 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
.png]http://www.mircscripts.org/downloads/screenshots/solid[03-12].png
^ What is that Line and how did they make it did they just use [censored] and the - key?


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#82219 07/05/04 03:28 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
¯ is $chr(175)
  • //echo -a $str(_,8) | echo -a Kriminal | echo -a $str(¯,8)

#82220 07/05/04 04:18 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Ah, Lol, Thanks Iori. You own~
wink


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#82221 07/05/04 02:03 PM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
why does this:

//echo -a $str(_,8) | echo -a Kriminal | echo -a $str(¯,8)

return underlined and overlined? I mean, what is in that command that tells mIRC to underline and overline, instead of doing ______Kriminal¯¯¯¯¯¯¯¯ ?

Thanks and bear my dumbness, Zyzzy smile


"All we are saying is give peace a chance" -- John Lennon
#82222 07/05/04 02:16 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Hello,

because in the code posted, pipes | were used, which means that these commands are seperated.

So:

1st command:________
2nd command: Kriminal
3rd command:¯¯¯¯¯¯¯¯

These 3 things are echoed one after another, which means they will appear like it is under/overlined.

If you wanted ______Kriminal¯¯¯¯¯¯¯¯ you'd have to //echo -a $str(_,8) $+ Kriminal $+ $str(¯,8)


Greetz

Last edited by FiberOPtics; 07/05/04 02:17 PM.

Gone.
#82223 07/05/04 03:07 PM
Joined: Feb 2004
Posts: 714
Z
Hoopy frood
Offline
Hoopy frood
Z
Joined: Feb 2004
Posts: 714
Oh.. didnt see the | there :P

Thanks! laugh


"All we are saying is give peace a chance" -- John Lennon

Link Copied to Clipboard