mIRC Home    About    Download    Register    News    Help

Print Thread
#4381 01/01/03 06:28 PM
Joined: Jan 2003
Posts: 8
S
spence Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2003
Posts: 8
im trying to echo stuff. it shows:
___________.__ __ _______________ _______ _______ _________ .__ __
\__ ___/| |__ _____ _/ |_ \_____ \ _ \ \ _ \ \ _ \ / _____/ ___________|__|______/ |_
-
* /|: not connected to server (line 10, script.ini)
-
and my code is:
on *:start: {
echo ___________.__ __ _______________ _______ _______ _________ .__ __
echo \__ ___/| |__ _____ _/ |_ \_____ \ _ \ \ _ \ \ _ \ / _____/ ___________|__|______/ |_
echo | | | | \\__ \ \ __\ / ____/ /_\ \/ /_\ \/ /_\ \ \_____ \_/ ___\_ __ \ \____ \ __\
echo | | | Y \/ __ \ | | / \ \_/ \ \_/ \ \_/ \ / \ \___| | \/ | |_> > |
echo |____| |___| (___ / __| \_______ \_____ /\_____ /\_____ / /_______ /\___ >__| |__| __/|__|
echo \/ \/ \/ \/ \/ \/ \/ \/ |__|
}
but i put echo on each line. i think this is a weird problem in /echo @.@

#4382 01/01/03 06:32 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The | character is the mIRC command seperater, so if you put

alias a {
b | c
}

and typed /a mIRC would do /b and /c.

#4383 01/01/03 06:38 PM
Joined: Jan 2003
Posts: 8
S
spence Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2003
Posts: 8
O ya! So does that mean should do $+ | $+ [blah]?

#4384 01/01/03 06:42 PM
Joined: Dec 2002
Posts: 27
G
GTS Offline
Ameglian cow
Offline
Ameglian cow
G
Joined: Dec 2002
Posts: 27
or //echo bla $chr(124) bla


proud to be baka
--> GTSdll Homepage <--
#4385 01/01/03 06:45 PM
Joined: Jan 2003
Posts: 8
S
spence Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Jan 2003
Posts: 8
ok. I'll try that


Link Copied to Clipboard