vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 lazyr.about = {}
3  
4 function lazyr.about.OnShow()
5 local text = "About LazyRogue v"..lazyr.version.."."
6 LazyRogueAboutFrameTitle:SetText(text)
7  
8 text = [[
9 >>>> This is LazyRogue by Ithilyn <<<<
10  
11 >>> Dev team: Ithilyn, FreeSpeech <<<
12  
13 Please see http://ithilyn.com and http://ui.worldofwar.net/ui.php?id=1574 for documentation, discussion, and new releases. Or just google for LazyRogue.
14  
15 To use LazyRogue, create a macro with:
16  
17 /lazyrogue
18  
19 and put it on your action bar. Repeatedly hit the macro in battle.
20  
21  
22 Please welcome FreeSpeech to the LazyRogue dev team as of 3.1!
23  
24 Here's a huge thanks to the following people on ui.worldofwar.net for their suggestions and/or bug reports:
25  
26 Sketchy, Tannon, Feylon, Golonator, FreeSpeech, Flarin, Malthas, Tragath, cennis, LoSE, ekimmike, Goldan, Nexela, Shadayim, DohMan, Kalpoth, mfrnka, seigert, ubernoob, Xylan, jrollette, Kalondo, KarynAngel, pmize, Polysporin, ZZZyZZyyZ, devoulin, Kamoshi, Pankrat, ravagernl, Skypainter, Speedo, Tsnark, vleaflet, Dean, Eid, Mainline.
27  
28 And also thanks to the following folks for their comments and support:
29  
30 Jough, Lonewolf, devilsbones, Eres, Lichbane, avngr, Madeena, Sirthomo, Xioustic, Areden, Badah, Bruderklaus, Korrigan, Ninox, peeweesweden, Smaddy, Ulyssis, Warrook, Alp, daddymk, El faldo, Grimflower, Houma, HuntingYouDown, lokyst, Mafiaso, Mima, nimmsis, psm, Shanley, sinibyte, Bendyr, blaxdal, cwsonline, dayara, deskmonkey, Doogal, DwFMagik, Emort, Gweeny, HansSolo, Hexore, JohnnieV, jointrob, LaoTseu, Mania, MightyMaximus, mujii, nelar, nytekat, OmniBlade, Oraivec, ploof, pluisman, Puppen, rakxzo, routerboy, samadhi, serefine, sinspinr, spdkils, Stabalot, strivken, Swick, Synastar, Thortok2000, Viscount, zeallanon.
31  
32 If I missed you, drop me a note at ithilyn@ithilyn.com.
33 ]]
34 LazyRogueAboutFrameForm:SetText(text)
35 end
36  
37 function lazyr.about.OnHide()
38 end