mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-05 22:00:54 +00:00
Merge pull request #252 from riking/opt-send
No longer need to call parseOrigArguments().
This commit is contained in:
commit
707a54ecc8
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ func (cm ClientMessage) ReplyJSON(cmd Command, argsJSON string) ClientMessage {
|
||||||
Command: cmd,
|
Command: cmd,
|
||||||
origArguments: argsJSON,
|
origArguments: argsJSON,
|
||||||
}
|
}
|
||||||
n.parseOrigArguments()
|
|
||||||
return n
|
return n
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue