mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2005
Posts: 21
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Sep 2005
Posts: 21
Code:
on *:snotice:*did a /whois*:{
var %a $comchan($2,0)
    while (%a) {
      describe $comchan($2,%a) slaps $2 back with a large shoes. :D }
      dec %a
        }
    }
}


Well, I just made it for fun, but I dont know why it goes totally crash my mIRC. I have no idea. Or did I make a wrong while loop format?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
You have a bad mismatch of {}'s.
Code:
on *:snotice:*did a /whois*:{
  var %a $comchan($2,0)
  while (%a) {
    describe $comchan($2,%a) slaps $2 back with a large shoes. :D
    dec %a
  }
}


Invision Support
#Invision on irc.irchighway.net
Joined: Sep 2005
Posts: 21
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Sep 2005
Posts: 21
Ah... Silly me. Thanks for your quick reply. smile


Link Copied to Clipboard