mIRC Home    About    Download    Register    News    Help

Print Thread
#41947 15/08/03 05:11 AM
Joined: Jul 2003
Posts: 129
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 129
i have many popups and itz like this

popup1
.popup2
..popup3

and ALWAYS this stupid mirc 6x do this

popup1
.popup2..popup3

it cuts the lines and binds 2 different popups !!!

how to fix this [censored] coz i'm tired of that !

#41948 15/08/03 05:15 AM
Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
try use:

popup1:{ what to do }
.popup2:{ what to do }
..popup3:{ what to do }

i had the same problem befor.. and that solved it for me.. smirk

#41949 15/08/03 05:23 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Code:
menu * {
  .Popups
  .Popups 1
  ..Popups 1: { echo Popups 1 }
  .Popups 2
  ..Popups 2: { echo Popups 2 }
  .Popups 3
  ..Popups 3: { echo Popups 3 }
}

#41950 15/08/03 05:26 AM
Joined: Feb 2003
Posts: 3,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
if you put it in remote yes, but not in popups grin

#41951 15/08/03 05:35 AM
Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
General reply: It's a bug in the popups section and is documented from previous posts but thanks anyway. laugh


Link Copied to Clipboard