1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

Merge pull request #252 from riking/opt-send

No longer need to call parseOrigArguments().
This commit is contained in:
Mike 2017-09-28 14:29:32 -04:00 committed by GitHub
commit 707a54ecc8

View file

@ -73,7 +73,6 @@ func (cm ClientMessage) ReplyJSON(cmd Command, argsJSON string) ClientMessage {
Command: cmd,
origArguments: argsJSON,
}
n.parseOrigArguments()
return n
}