this $remove($replace($uptime(mirc,1),mins,m,secs,s), $+ $chr(32) $+ ) does not even make this Uptime: 3h and 20m with or without seconds!?!?!?!?!?

alkahol1k was correct you need to use $uptime(mirc,2) which well not display the seconds, but it wont help using the above line try this one

$replace($uptime(mirc,2),days,d,hrs,h,mins,m,$chr(32),$+($chr(32),and,$chr(32)))

days become d, hrs become h, mins become m, seconds are not displayed

[edit] I just read your reply again, and now you wanted only " and " inserted and the hrs etc left as they are if so...

$replace($uptime(mirc,2),$chr(32),$+($chr(32),and,$chr(32)))

Last edited by DaveC; 09/03/05 07:39 AM.