mIRC Homepage
Posted By: ShinZon 1 popup help - 13/08/04 01:37 AM
while i was administrator on 1 network i had some time to inplemt some admin/oper modes into script

well i made many popups, but this 1 never worked :P

.Channel Overflow +O
..On:{
/mode # l $$?="Enter User Limit:"
/mode # +O $$?="Enter Redirect Channel:"
}
..Off:/mode $$?="Enter Redirected Channel:" -O

anyone could tell me why ?
btw i am not admin anymore so i cannot test it
Posted By: landonsandor Re: 1 popup help - 13/08/04 04:11 AM
who about the missing part (in blue):

.Channel Overflow +O
..On:{
/mode # +l $$?="Enter User Limit:"
/mode # +O $$?="Enter Redirect Channel:"
}

You have to + or - the mode.
© mIRC Discussion Forums