WoW:MACRO ban: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Creation)
 
mNo edit summary
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 ==

Revision as of 17:25, 3 November 2013

Macro commands

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

/ban channel player

Aliases

none

Arguments

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

Notes

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.