Thank you very much for your help.
This is what i have compiled:
alias idlemsg {
.timeridlemsg 0 3600 if ($idle > 300) { msg #Simons-Forums 3I am currently joining the ranks of being an Idle Chat User! 7 Say my name if you need me. :) }
.timeridlemsg 0 3600 if ($idle > 1200) { msg #Simons-Forums 3I have joined the ranks of being an Idle Chat User! 7 Say my name if you need me. :) }
.timeridlemsg 0 3600 if ($idle > 2400) { msg #Simons-Forums 3I am still an Idle Chat User! 7 Give up saying my name! 5Please leave me a message! :) }
.timeridlemsg 0 3600 if ($idle > 3600) { msg #Simons-Forums 3I've been an Idle Chat User for an hour now! 7 Give up saying my name! 5Please leave me a message! :) }
}
I now have it working to 1 channel, how would i make it so it displays in any open channel, is it $active as opposed to #channel ?