mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 46
D
DJSi Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 46
Hi,
Please could someone remind me of what the commands are to deop someone and to voice someone?

Or could someone write a simple script to deop: user1, user2 and user3 then voice user1, user2 and user3?

Thanks! smile

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
well, the commands are:

/mode #channel +o nickname (give ops)
/mode #channel -o nickname (take ops)

and

/mode #channel +v nickname (give voice)
/mode #channel -v nickname (take voice)

Now, a lot of networks allow multiple modes to be done at the same time so you could do (in the case of dalnet specifically) 6 at a time so then it would be:

/mode #channel +oooooo nickname1 nickname2 nickname3 nickname4 nickname5 nickname6
/mode #channel -oooooo nickname1 nickname2 nickname3 nickname4 nickname5 nickname6

and

/mode #channel +vvvvvv nickname1 nickname2 nickname3 nickname4 nickname5 nickname6
/mode #channel -vvvvvv nickname1 nickname2 nickname3 nickname4 nickname5 nickname6

Other networks have a different max modes that can be set and can be found EITHER in the RAW 005 reply OR by doing:

//echo -a $modespl

when connected. Hope this helps


Those who fail history are doomed to repeat it
Joined: Jan 2003
Posts: 46
D
DJSi Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2003
Posts: 46
Great!!!!
Thanks alot answers my question completely!!!! smile

Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
You're most welcome smile Glad to be of help laugh


Those who fail history are doomed to repeat it

Link Copied to Clipboard