unban

Unsets ban masks for the channel
Syntax

unban <mask_list>

Description
Removes the ban masks specified in the <mask_list>, which is a comma separated list of nicknames. This command works only if executed in a channel window. The command is translated to a set of MODE irc messages containing a variable number of -b flags: all servers should support up to three mode changes in a single message; some servers will support even more (this is user definable : see $option(uintModeChangesPerMessage)).
This command is connection dependant.
Examples

# Unban people on the current channel (say #kvirc)
unban Maxim,Gizmo!*@*,*!root@*
# Do the same but from another window belongin to this irc context
unban -r=$channel(#kvirc) Maxim,Gizmo!*@*,*!root@*
# Do the same from any window
unban -r=$channel(#kvirc,$context(irc.myirc.net,Pragma)) Maxim,Gizmo!*@*,*!root*@*
See also
op,deop,voice,devoice,ban

Main index, Command index
KVirc 3.0.0 documentation
Generated by diego at Sat Jul 13 15:37:55 2002