-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Torsten Widmann
authored
Feb 28, 2017
1 parent
ec2c186
commit 75c30c0
Showing
1 changed file
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# Name2Chat | ||
WoW Addon for adding Name | ||
|
||
|
||
Beta Status | ||
This is the Fork of the Addon Incognito, because to Addon was not updated for a long Time. I'd tryed to contact the former Author, but never get an answer. | ||
|
||
Name2Chat adds you name in front of your chat messages. Can be enabled for guild (and officer), party and raid chat messages. | ||
|
||
E.g.: | ||
[Guild] [Yourchar]: Some chat message | ||
becomes | ||
[Guild] [Yourchar]: (Yourname): Some chat message | ||
Usage | ||
You can use the GUI config dialog or the slash commands /name2chat or /n2c | ||
Slash options | ||
config - Open configuration dialog | ||
enable - Enable or disable adding your name to chat messages | ||
name - The name that should be displayed in your chat messages | ||
GUI options | ||
Enable - Enable adding your name to chat messages. | ||
Name - The name that should be displayed in your chat messages | ||
Guild - Add name to guild chat messages | ||
Party - Add name to party chat messages | ||
Raid - Add name to raid chat messages | ||
Channel - Add name to chat messages in a custom channel | ||
Debug - Enable debugging messages output. You probably don't want to enable this | ||
Features and Bugs | ||
If you have a feature request of find a bug please us the Github Tracker to report them. |