Skip to content

Commit

Permalink
Misc Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Jan 3, 2024
1 parent 33f47a3 commit 95734ba
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FunFact.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function FunFact:ChatCommand(input)
}
input = input:upper()
if not FunFact:isInTable(AllowedChannels, input) then
print('FunFact Error! You specified "' .. input .. '" you can only specify RAID, PARTY, and GUILD')
print('FunFact Error! You specified "' .. input .. '" valid options are: SAY, YELL, INSTANCE_CHAT, RAID, PARTY, and GUILD')
return
end

Expand Down
2 changes: 1 addition & 1 deletion FunFact.toc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## X-Curse-Project-ID: 324692
## X-Wago-ID: J96EYg6g
## SavedVariables: FunFactDB
## IconTexture: Interface/Addons/FunFact/FF_B
## IconTexture: Interface/Addons/FunFact/FunFactLogo

loader.xml
Facts\FactList.xml
File renamed without changes.
2 changes: 1 addition & 1 deletion FunFact_Vanilla.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Author: Wutname1
## X-Curse-Project-ID: 324692
## SavedVariables: FunFactDB
## IconTexture: Interface/Addons/FunFact/FF_B
## IconTexture: Interface/Addons/FunFact/FunFactLogo

loader.xml
Facts\FactList.xml
2 changes: 1 addition & 1 deletion FunFact_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Author: Wutname1
## X-Curse-Project-ID: 324692
## SavedVariables: FunFactDB
## IconTexture: Interface/Addons/FunFact/FF_B
## IconTexture: Interface/Addons/FunFact/FunFactLogo

loader.xml
Facts\FactList.xml

0 comments on commit 95734ba

Please sign in to comment.