Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ElvUI Project
ElvUI
Commits
8fa8a6ac
Commit
8fa8a6ac
authored
Oct 15, 2018
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib ver check: prevent trying to send when there is no chat type
parent
9dbc8437
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
+2
-0
No files found.
ElvUI/Libraries/LibElvUIPlugin-1.0/LibElvUIPlugin-1.0.lua
View file @
8fa8a6ac
...
...
@@ -217,6 +217,8 @@ function lib:SendPluginVersionCheck(message)
ChatType
=
"GUILD"
end
if
not
ChatType
then
return
end
local
delay
,
maxChar
,
msgLength
=
0
,
250
,
strlen
(
message
)
if
msgLength
>
maxChar
then
local
splitMessage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment