Now when I recconect for any reason mirc doesn't rejoin my channels automatically I have to cycle them and the appropriate box is ticked in the options.
Also mirc now floods me off easily when getting large amounts of text eg. akill list from services (mirc 6.03 doesnt do this same settings) I was told because my mirc now does /who on join if this is the case then why was this changed.
indeed adding the following line to my remote area fixed this but it wasnt needed in mirc 6.03.
alias who { if ($nick( # ,0) > 400) { .who # } | else { echo -a ERROR who has not been preformed. to many users in # } }