mIRC Home    About    Download    Register    News    Help

Print Thread
#93937 13/08/04 01:37 AM
Joined: Jul 2004
Posts: 169
S
ShinZon Offline OP
Vogon poet
OP Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
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

#93938 13/08/04 04:11 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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.


Those who fail history are doomed to repeat it

Link Copied to Clipboard