anyway, I've been usingthis alias for going offline since 6.03 (i think), and it worked just fine until 6.21
now, mIRC freezes for about 3-5 seconds, and then slowly closes all windows, then freezes again for about a sec, and then disconnects, then again freeze (just a minor one), and then exits.
So, I'm not sure why is this happening, 'cause these are all just basic commands.. but, I guess I should report it anyway.
here's the alias :

Code:
alias off {
  if ($server == $null) {
    close -cfm@
    exit
  }
  else {
    if ($1- == $null) {
      if ($chan(0) != $null) scid -a amsg I'm [oFF] after $uptime(server,2) online. Bye all...
      if ($query(0) != $null) scid -a qmsg I'm [oFF] after $uptime(server,2) online. Bye all...
      close -cfm
      quit
      exit
    }
    else {
      if ($chan(0) != $null) scid -a amsg I'm [oFF] after $uptime(server,2) online. Reason : $1-
      if ($query(0) != $null) scid -a qmsg I'm [oFF] after $uptime(server,2) online. Reason : $1- 
      close -cfm
      quit
      exit
    }
  }
}


confused


$me