Disable Hire command (#1003)

Not correctly implemented at this time, will cause crash and other issues, as it would change the bot to the requester's account.
This commit is contained in:
SaW
2025-02-22 23:37:53 +01:00
committed by GitHub
parent 62e0235e73
commit a28e2bbb4b

View File

@@ -108,7 +108,7 @@ public:
creators["cdebug"] = &ChatTriggerContext::cdebug;
creators["cs"] = &ChatTriggerContext::cs;
creators["wts"] = &ChatTriggerContext::wts;
creators["hire"] = &ChatTriggerContext::hire;
// creators["hire"] = &ChatTriggerContext::hire; // Not correctly implemented at this time, would cause crash and other issues.
creators["craft"] = &ChatTriggerContext::craft;
creators["flag"] = &ChatTriggerContext::craft;
creators["range"] = &ChatTriggerContext::range;