mIRC Home    About    Download    Register    News    Help

Print Thread
#41947 15/08/03 05:11 AM
Joined: Jul 2003
Posts: 132
O
Vogon poet
OP Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
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,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
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


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41949 15/08/03 05:23 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
if you put it in remote yes, but not in popups grin


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#41951 15/08/03 05:35 AM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
General reply: It's a bug in the popups section and is documented from previous posts but thanks anyway. laugh


Link Copied to Clipboard