From WikiChip
Difference between revisions of "mirc/commands/ban"
m (Bot: Fixing links) |
m (Correct typo.) |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | The '''/ban command''' is used to ban someone from a specific channel using their address. If no channel specified mIRC will use the active channel window. Using the -k switch mIRC will also kick the user with a kick message. mIRC uses the | + | {{mirc title|/ban Command}} |
+ | The '''/ban command''' is used to ban someone from a specific channel using their address. If no channel specified mIRC will use the active channel window. Using the -k switch mIRC will also kick the user with a kick message. mIRC uses the /userhost server command to find the user's address before applying a ban. | ||
== Synopsis == | == Synopsis == | ||
Line 14: | Line 15: | ||
* '''<nickname|address>''' - The nick or address to use for the ban. | * '''<nickname|address>''' - The nick or address to use for the ban. | ||
* '''[type]''' - The address type to use for the ban. | * '''[type]''' - The address type to use for the ban. | ||
− | * '''[kick message]''' - The | + | * '''[kick message]''' - The optional kick message. |
== Example == | == Example == | ||
Line 29: | Line 30: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|2.1a}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 44: | Line 41: | ||
* {{mIRC|$chan}} | * {{mIRC|$chan}} | ||
* {{mIRC|$nick}} | * {{mIRC|$nick}} | ||
+ | |||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|ban command - mIRC]] |
Latest revision as of 22:25, 19 January 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /ban command is used to ban someone from a specific channel using their address. If no channel specified mIRC will use the active channel window. Using the -k switch mIRC will also kick the user with a kick message. mIRC uses the /userhost server command to find the user's address before applying a ban.
Synopsis[edit]
/ban [-ruN] [#channel] <nickname|address> [type] /ban -k[ruN] [#channel] <nickname|address> [type] [kick message]
Switches[edit]
- -k - Bans and kicks the user
- -r - Used to remove a banned address
- -uN - Unsets the ban in N amount of seconds
Parameters[edit]
- [#channel] - A specific channel to apply the ban on.
- <nickname|address> - The nick or address to use for the ban.
- [type] - The address type to use for the ban.
- [kick message] - The optional kick message.
Example[edit]
;Ban Foo's address (type 2) in the active channel window /ban Foo 2 ;Ban/Kick Mike202 from the active channel with a kick message of "Owned!" ;Unset ban after 60 seconds /ban -ku60 Mike202 Owned! ;Ban/kick Dave3 from #FooBar with a kick message of "Cya!" ;ban type 2 /ban -k #FooBar Dave3 2 Cya!
Compatibility[edit]
Added: mIRC v2.1a
Added on: 28 Feb 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list