mIRC Homepage
Posted By: Adriano Separate idle from sign on - 23/03/04 05:53 AM
hello
i want to separate from idle sign on anyone can help

raw 317:*:{ echo -a idle: has been for: $duration($3) $+ , signed on $asctime($4) | haltdef }

i want to use smilar like this

idle: blah blah
sign: blah blah

thanks
Posted By: Cobra Re: Separate idle from sign on - 23/03/04 11:00 AM
Code:
raw 317:*: {
  echo -a Idle: $duration($3)
  echo -a Connected: $asctime($4,ddd mmm d h:nnt)
  halt
}


obviously you can change how the connection time apears useing different items in the 2nd argument of $asctime()

but all you have to do is echo each however you like, then halt the default operation of the raw so that mIRC doesnt echo its own.

Cobra^
Posted By: Adriano Re: Separate idle from sign on - 23/03/04 07:51 PM
Cobra^, thanks very much.
© mIRC Discussion Forums