Skip to the content.

The one claim they got right, and what I did about it (2026-07-30)

On 2026-07-30 two repositories were published by Larry A. Thiessen setting out copyright and misrepresentation claims against GRIP-EMS and against LazyGrip.net. I read both in full and checked every code citation against the live GRIP-EMS working tree and against the four release archives the repositories bundle.

Most of what follows is me agreeing with them. One of their claims is correct, it is not a copyright claim, and it was mine to fix. This update records the fix, the evidence, and two mistakes I made while making it.

Their claim was correct

LazyGrip.net stated that GRIP-EMS holds its place on a failed cast and does not advance until the cast succeeds. The addon does not do that. The claim was wrong and it had been on the site for as long as the guide has existed.

I re-verified this first-hand on 2026-07-30 rather than taking it on trust:

There is no cast-success gate anywhere in the advancement path. The engine advances one step per keypress and never looks at whether the spell went out.

What is actually true, and why players still saw a hold

The behaviour players report is real. The attribution was wrong.

When a macro line does /cast on a spell that is on cooldown, the WoW macro engine stops there and the cast lines below it in that same press never run, so the press produces nothing further. A /castsequence sitting on an entry that is on cooldown does the same. That is WoW reading the macro text. It happens identically under any sequencer, including GSE, and it does not stop the step advancing. Conditional lines are the exception: a condition that does not apply is skipped and the line after it still runs.

This is from live 12.0.7 testing on a target dummy with combat logs, not from reading the code alone. Ninety-four stuck presses of a macro whose first line was on cooldown produced ninety-four cast failures and zero casts of the line beneath it.

So the honest description has two halves, and the site was only ever telling one of them, with the wrong subject attached.

What I changed on LazyGrip.net

Merged as 5ea6e12 on 2026-07-30, pull request #26 against lazygrip/lazygrip-gg, nine files, 55 insertions and 99 deletions.

Two mistakes I made while fixing it

The first attempt at the fix over-corrected. It deleted the guide sections that taught the behaviour instead of re-attributing them, which left the site saying less than it honestly could. That was reverted in approach and the sections were restored with the correct attribution.

The first attempt also introduced two macro-syntax claims that are wrong. Both were live only in an uncommitted working tree and never reached the site, but they were wrong and they are worth recording because they are easy errors to repeat:

Both were corrected in the same commit that shipped the re-attribution.

Their technical claims I am not contesting

Each of these was re-verified independently against the live tree and the four bundled release archives. They are correct and I am not disputing any of them.

Their package also concedes there is no source copying and no DMCA 1201 circumvention, and it states its own limits. I am recording that because it is accurate and because a reply that contested everything would be worth less than one that contests only what is wrong.

Correcting the record on who runs LazyGrip.net

Their materials treat LazyGrip.net as mine. It is not, and the precise position matters more than a broad denial, so here is the whole of it including the parts that cut against me.

I do not own the lazygrip GitHub organisation and I do not own or operate LazyGrip.net. I do not control the domain, the hosting, the database, or moderation of the site. On the site’s repository the collaborator permission the GitHub API returns for me is write, which carries push and triage. I hold neither admin nor maintain, and viewerCanAdminister is false for me on that repository.

What I do have is commit access as a collaborator, by arrangement with the site’s owner, and that is the established way I contribute. I have authored most of the recent pull requests on that repository and I have merged several of my own, including the one in this update. Other pull requests of mine were merged by the site’s operator. Anyone can confirm all of this from the public API.

So “not affiliated” would be the wrong word and I am not using it. Contributing code to a community site under an agreed arrangement is not the same as owning or running it, and the ownership claim is the one I dispute.

I have also corrected the site’s own wording, in the same commit, because it previously said LazyGrip.net was not affiliated with the GRIP-EMS developer. That was inaccurate for the same reason. The footer, /about, /tos and the FAQ now say the site is independently owned and operated and is not an official GRIP-EMS site, and the FAQ states the contributor relationship directly instead of denying it.

What I am not claiming here

This update is a record of what I checked and what I changed. It is not a legal document and it is not a full answer to every claim in either repository. Where their technical citations are right I have said so above. Where I think their inferences do not follow from their own evidence, that is a separate matter and not something I am arguing in this file.

I am not claiming the site copy was wrong on purpose. It was written from a wrong mental model of my own addon, it went unchecked for months, and the first person to check it properly was the person accusing me.

Verification