Quote:
on me:*:JOIN <- not correct syntax see /help on join
Actually that works fine. (see Collective's explanation)

NoPlex:
Code:
on me:*:JOIN:#help: .timer 60 CheckIdle

alias CheckIdle {
 var %chan = #help
  if ($me !isop %chan) &amp;&amp; ($idle &gt;= 540) { part %chan }
}
This code checks every 60 seconds your idle time ($idle) and, if its equal or higher than 540 secs, it parts you from %chan.

Hope it helps:)

Last edited by Zyzzyx26; 30/05/04 05:17 PM.

"All we are saying is give peace a chance" -- John Lennon