mIRC Homepage
Posted By: ATMA simple timestamp ;p - 27/08/03 11:33 PM
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???
Posted By: Ancyker Re: simple timestamp ;p - 27/08/03 11:37 PM
alias timestamp2 { return 14..::15 $+ $time(h:nn:ss:tt) $+ 14::.. }
Posted By: ATMA Re: simple timestamp ;p - 27/08/03 11:40 PM
thx
Posted By: Ancyker Re: simple timestamp ;p - 27/08/03 11:44 PM
yw
© mIRC Discussion Forums