Fix chat commands
This commit is contained in:
parent
287ff7c973
commit
110e582336
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
test*
|
test*
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
# This directory is required for zipping
|
||||||
|
/Sitcomify
|
||||||
|
2
main.lua
2
main.lua
@ -38,7 +38,7 @@ eventFrame:SetScript("OnEvent", function(self, e, ...)
|
|||||||
end);
|
end);
|
||||||
|
|
||||||
SLASH_SITCOMIFY1 = "/laughtrack"
|
SLASH_SITCOMIFY1 = "/laughtrack"
|
||||||
SLASH_SITCOMIFY1 = "/lt"
|
SLASH_SITCOMIFY2 = "/lt"
|
||||||
|
|
||||||
SlashCmdList["SITCOMIFY"] = function(msg)
|
SlashCmdList["SITCOMIFY"] = function(msg)
|
||||||
Sitcomify.Laugh();
|
Sitcomify.Laugh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user