Mercurial > wow > degaine
comparison Degaine.lua @ 7:f8198806d261
Add slash command
author | contrebasse |
---|---|
date | Fri, 10 Dec 2010 16:20:57 +0100 |
parents | 120f29645e34 |
children | 47f9e596ef5a |
comparison
equal
deleted
inserted
replaced
6:120f29645e34 | 7:f8198806d261 |
---|---|
181 --------------------------------------------------------------- | 181 --------------------------------------------------------------- |
182 -- Bindings | 182 -- Bindings |
183 BINDING_HEADER_DEGAINE = "Dégainer automatiquement" | 183 BINDING_HEADER_DEGAINE = "Dégainer automatiquement" |
184 | 184 |
185 -- Slash command | 185 -- Slash command |
186 -- GLOBALS: SLASH_DEGAINE | 186 -- GLOBALS: SLASH_DEGAINE1 |
187 SLASH_DEGAINE = "/degaine" | 187 SLASH_DEGAINE1 = "/degaine" |
188 SlashCmdList["DEGAINE"] = Degaine_ToggleAuto | 188 SlashCmdList["DEGAINE"] = Degaine_ToggleAuto |
189 | 189 |
190 | 190 |
191 --------------------------------------------------------------- | 191 --------------------------------------------------------------- |
192 -- Initialization | 192 -- Initialization |