mIRC Home    About    Download    Register    News    Help

Print Thread
#44529 27/08/03 11:33 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
ok i have this script
Code:
alias text2 {
  echo 14.............................................................................
  echo $timestamp2 .15::14 Welcome back operative.
  echo $timestamp2 .15::14 You have started your unit %startup.cont times.
  echo $timestamp2 .15::14 Last known connection: %startup.conection $+ .
  echo $timestamp2 .15::14 Current Nick: $me
  echo $timestamp2 .15::14 Current Timestamp: $mtimes
  echo $timestamp2 .15::14 All systems go.
  echo 14.............................................................................
}
alias timestamp2 { echo 14..::15 $+ $time(h:nn:ss:tt) $+ 14::.. } 

ok now the thing is when ever i use this alias it seem to come out like that =/
Code:
.............................................................................
..::7:29:40:pm::..
.:: Welcome back operative.
..::7:29:40:pm::..
.:: You have started your unit times.
..::7:29:40:pm::..
.:: Last known connection: .
..::7:29:40:pm::..
.:: Current Nick:
..::7:29:40:pm::..
.:: Current Timestamp:
..::7:29:40:pm::..
.:: All systems go.
.............................................................................

can any one explain this to me???


Need amazing web design for low price: http://www.matrixn3t.net
#44530 27/08/03 11:37 PM
Joined: Feb 2003
Posts: 79
A
Babel fish
Offline
Babel fish
A
Joined: Feb 2003
Posts: 79
alias timestamp2 { return 14..::15 $+ $time(h:nn:ss:tt) $+ 14::.. }

#44531 27/08/03 11:40 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
thx


Need amazing web design for low price: http://www.matrixn3t.net
#44532 27/08/03 11:44 PM
Joined: Feb 2003
Posts: 79
A
Babel fish
Offline
Babel fish
A
Joined: Feb 2003
Posts: 79
yw


Link Copied to Clipboard