WoW:MACRO ban: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
m (Move page script moved page MACRO ban to MACRO ban without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{macroapi}} __NOTOC__
{{macro}}


 
Permanently ban a user from a chat channel. This prevents the user from re-entering.
Permanently ban a user from a chat channel. This prevents the user from re-entering.
  /ban channel player
  /ban channel player


== Aliases ==
== Aliases ==
:none
:none


== Arguments ==
== Arguments ==
:;channel : Specify the channel here by name or by corresponding number.
:;channel
:;player : The player to ban from the channel.
:: Specify the channel here by name or by corresponding number.
 
:;player
:: The player to ban from the channel.


== Notes ==
== Notes ==

Latest revision as of 04:48, 15 August 2023

Macro commands

Permanently ban a user from a chat channel. This prevents the user from re-entering.

/ban channel player

Aliases[edit]

none

Arguments[edit]

channel
Specify the channel here by name or by corresponding number.
player
The player to ban from the channel.

Notes[edit]

You must be the current owner of this channel to perform this action.
This setting will only exist as long as the channel does, if the channel is destroyed after a server reset, this setting will not be automaticallyapplied to the new channel when it is recreated.
Use unban to remove this setting.