Change Log:
--------------------
Change log
tag v2.6.1
d9e6a87d569a2e0247088700c69248e6cc0567b6
Adam Hellberg
2013-05-22 22:01:59 +0200
Tagging as v2.6.1 Release.
--------------------
Adam Hellberg:
- Updated interface version to 50300 for patch 5.3.
- Fixed some locale issues.
- Fixed duplicate variable name in ChatManager.
Description:
--------------------
Command
This addon will provide players with the ability to whisper special commands to you (or send them via guild/raid/party chat).
The style of the commands is much like the one used for IRC bots, !. The ability to control the command prefix (in the previous example: "!") is available, so you could actually choose any character (or string of characters) as a prefix, e.g.:
.
prefix
Etc, etc. The main aim of this addon is to enable your group to function while you (the group leader) is AFK or simply not paying attention. Or maybe you want to give some control to the players, but not as much as the raid assistant rank would give them.
The Command AddOn will have a permission system (currently rather primitive), where you can give players different access levels and control what commands are available on a per-group and per-user system. Blacklisting or whitelisting of commands is also available (blacklisting and whitelisting of players is not yet implemented, but banning players is possible).
Permission System
More information here when permission system is finished...
Command List
Command list is available on the wiki.
Limitations
Due to the limitations in the WoW API, there are certain things this AddOn can't do, or things that are more complicated to do.
As an example we can look at the !kick command, Blizzard does not allow an AddOn to kick players without that action being in response to a hardware event (such as clicking a button). Due to this, when a player issues the !kick command, a confirmation window will pop up asking you to confirm the kick.
Links
The main repository (with all the latest commits etc.) is located at GitHub, you may clone the repository to always have the l...
--------------------
Change log
tag v2.6.1
d9e6a87d569a2e0247088700c69248e6cc0567b6
Adam Hellberg
2013-05-22 22:01:59 +0200
Tagging as v2.6.1 Release.
--------------------
Adam Hellberg:
- Updated interface version to 50300 for patch 5.3.
- Fixed some locale issues.
- Fixed duplicate variable name in ChatManager.
Description:
--------------------
Command
This addon will provide players with the ability to whisper special commands to you (or send them via guild/raid/party chat).
The style of the commands is much like the one used for IRC bots, !
.
prefix
Etc, etc. The main aim of this addon is to enable your group to function while you (the group leader) is AFK or simply not paying attention. Or maybe you want to give some control to the players, but not as much as the raid assistant rank would give them.
The Command AddOn will have a permission system (currently rather primitive), where you can give players different access levels and control what commands are available on a per-group and per-user system. Blacklisting or whitelisting of commands is also available (blacklisting and whitelisting of players is not yet implemented, but banning players is possible).
Permission System
More information here when permission system is finished...
Command List
Command list is available on the wiki.
Limitations
Due to the limitations in the WoW API, there are certain things this AddOn can't do, or things that are more complicated to do.
As an example we can look at the !kick command, Blizzard does not allow an AddOn to kick players without that action being in response to a hardware event (such as clicking a button). Due to this, when a player issues the !kick command, a confirmation window will pop up asking you to confirm the kick.
Links
The main repository (with all the latest commits etc.) is located at GitHub, you may clone the repository to always have the l...