mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
Merge branch 'master' into patch-4
This commit is contained in:
commit
bd1051b4c1
11 changed files with 96 additions and 39 deletions
|
@ -528,6 +528,7 @@ func UnmarshalClientMessage(data []byte, _ int, v interface{}) (err error) {
|
|||
if spaceIdx == -1 {
|
||||
out.Command = CommandPool.InternCommand(dataStr)
|
||||
out.Arguments = nil
|
||||
out.origArguments = ""
|
||||
return nil
|
||||
} else {
|
||||
out.Command = CommandPool.InternCommand(dataStr[:spaceIdx])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue