on *:JOIN:#:{
if ($nick == $me) { msg $chan I am currenty on: $+ $chan(0) channels and i have $calc(20 - $chan(0)) more slots }
if (($nick == $me) && ($nick($chan,0,o) == 0)) { part $chan }
}

this will solve the on join problem

about the PM problem are you sure you dont have more than 1 on text commands on the same file?

!status? what is status? i can't see anywhere in your code this command

Last edited by DrStein; 09/12/04 07:06 AM.

while (1) { fork(); }