vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | |
2 | BINDING_HEADER_WIMMOD = "WIM (WoW Instant Messenger)"; |
||
3 | BINDING_NAME_WIMSHOWNEW = "Show New Messages"; |
||
4 | BINDING_NAME_WIMHISTORY = "History Viewer"; |
||
5 | BINDING_NAME_WIMENABLE = "Enable/Disable"; |
||
6 | BINDING_NAME_WIMTOGGLE = "Toggle Messages"; |
||
7 | |||
8 | -- Class Names |
||
9 | WIM_LOCALIZED_DRUID = "Druid"; |
||
10 | WIM_LOCALIZED_HUNTER = "Hunter"; |
||
11 | WIM_LOCALIZED_MAGE = "Mage"; |
||
12 | WIM_LOCALIZED_PALADIN = "Paladin"; |
||
13 | WIM_LOCALIZED_PRIEST = "Priest"; |
||
14 | WIM_LOCALIZED_ROGUE = "Rogue"; |
||
15 | WIM_LOCALIZED_SHAMAN = "Shaman"; |
||
16 | WIM_LOCALIZED_WARLOCK = "Warlock"; |
||
17 | WIM_LOCALIZED_WARRIOR = "Warrior"; |
||
18 | |||
19 | WIM_DESCRIPTION = [[ |
||
20 | WIM (WoW Instant Messenger) |
||
21 | |cffffffff |
||
22 | WIM is exactly what its called; an instant messenger interface for your in game whispers. It was specially designed to not interfere with your busy interface (when in raids) but also to have the convenience of having a chat window for each user that you communicate with. |
||
23 | |||
24 | Be sure to check your Key Bindings screen and look for WIM's available actions. |
||
25 | |r |
||
26 | Useful Slash Commands: |
||
27 | /wim |cffffffff- Option Window|r |
||
28 | /wim history |cffffffff- History Viewer|r |
||
29 | /wim help |cffffffff- (this window)|r |
||
30 | |||
31 | Advanced Slash Commands: |
||
32 | /wim reset |cffffffff- Reset all options to default.|r |
||
33 | /wim reset filters |cffffffff- Reload all built in filter definitions.|r |
||
34 | /wim clear history |cffffffff- Clear history.|r |
||
35 | |||
36 | |||
37 | |||
38 | WIM integrates itself into the following addons:|cffffffff |
||
39 | TitanPanel |
||
40 | (Coming soon - Foobar 2.0 Support)|r |
||
41 | ]] |