mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2004
Posts: 12
C
ch1zra Offline OP
Pikka bird
OP Offline
Pikka bird
C
Joined: Sep 2004
Posts: 12
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
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Just ran it on 6.21 and it existed in under 1/2 a second, fault must be local to your machine.

Joined: Sep 2004
Posts: 12
C
ch1zra Offline OP
Pikka bird
OP Offline
Pikka bird
C
Joined: Sep 2004
Posts: 12
could be...
well, sorry then for misleading smile

keep it up ;]


$me

Link Copied to Clipboard