-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix command quotes showing up in other args #1766
Conversation
stupidly simple fix grr... |
IKR |
@Dimenpsyonal This likely breaks nightly arg handling |
how tf |
I ran Try to see if it happens on your side (might just be a mistake on my side) but I suspect not |
I think I fixed it |
nvm |
Did the bug happen on your side too? |
Yeah Something in this code is not right and im not sure what it is if #tab>=num then
break
elseif #tab>=num-1 then
table.insert(tab,string.sub(msg,#str+3,#msg))
continue
end |
unless it doesnt and im just worrying for no reason |
A fix for a pr (Epix-Incorporated#1766) I made
* Actually fixed quoted args A fix for a pr (#1766) I made * Update Split function
Fixes #1660
PoF: