thanks for the reply for the idle script, but i still cant work out the away one, this is what the script is:

On *:TEXT:*!info*:#: {
if ($2 == $null) {
msg $chan Please put a nickname after !info
}
else {
notice $nick Current status: %away
if ($away($2) == $true)) {
%away = Away
}
if ($away($2) == $false)) {
%away = Active
}

}
}
}

but ofcoarse it wont work... please fix it and post it back, thanks! cool