Difference between revisions of "Ban"
From Scriptwiki
(Changed order of example-description to use common order.) |
|||
Line 14: | Line 14: | ||
== Example == | == Example == | ||
− | |||
/ban #help.script *!*@foo.net | /ban #help.script *!*@foo.net | ||
+ | Bans the address *!*@foo.net in the channel #help.script. | ||
− | |||
/ban -r #help.script moo!*@* | /ban -r #help.script moo!*@* | ||
+ | Removes the ban moo!*@* from #help.script. | ||
+ | /ban -ku30 #help.script foobar 5 out! | ||
Bans the user foobar in #help.script with its [[$mask|address-type 5]] and kicks him out with the reason "out!". After 30seconds, the ban will be removed. | Bans the user foobar in #help.script with its [[$mask|address-type 5]] and kicks him out with the reason "out!". After 30seconds, the ban will be removed. | ||
− | |||
== See Also == | == See Also == | ||
For a list of bantypes, take a look at [[$mask]]. | For a list of bantypes, take a look at [[$mask]]. |
Revision as of 01:25, 9 October 2005
Bans someone from a channel.
/ban [-kruN] [#channel] <nickname|address> [type] [reason]
This commands includes a /userhost on the user and a /mode #channel +b <user address>.
Switch | Meaning |
k | mIRC does a kick/ban combination. |
r | The ban will be removed. |
uN | mIRC will unset the ban after N seconds. |
If no type is spezified, mIRC uses the whole nick!*user@host to do the ban. If you are banning an IP address then a wildcard replaces the last number of the IP address. If you are on the channel, you don't need to spezify #channel.
Example
/ban #help.script *!*@foo.net
Bans the address *!*@foo.net in the channel #help.script.
/ban -r #help.script moo!*@*
Removes the ban moo!*@* from #help.script.
/ban -ku30 #help.script foobar 5 out!
Bans the user foobar in #help.script with its address-type 5 and kicks him out with the reason "out!". After 30seconds, the ban will be removed.
See Also
For a list of bantypes, take a look at $mask.
This command uses mIRC's internal address list.