Changes mode on a specified channel.
You need the chanop status to succesfully use this commands.
OP sets mode +o for each nick in the nick list,
DEOP sets mode -o,VOICE and DEVOICE : +v and -v.
BAN and UNBAN sets modes +b and -b for each mask in the mask-list.
The channel parameter is optional when the command is executed in
a channel window.
The six commands are optimized for speed and efficience:
when more than one nicks (or masks) are provided,KVIrc will use
the extended MODE command syntax, using multiple mode changes in
one message to server.(up to three,since it is the maximum allowed by RFC1459)
Example
/OP Ventur,Diabl0,RADKADE1 <---op three nicks at once (+ooo)
/BAN Ventur,Pragma!*@*,$%nck_mask0[$_chan,turk187],Lamerone
<---ban four nicks , two messages.
/DEOP $%chn_oponchan[$_chan]
<---This will attempt to takeover the channel (deopping yourself too...)
/UNBAN $1 $3 <---This will immediately remove a ban , if placed in Event_OnBan
/DEVOICE $%chn_voiceonchan[$_chan]
<--- Devoice all voiced users.