From a28e2bbb4b01ed972022a2f32a142ff0d7e83d6e Mon Sep 17 00:00:00 2001 From: SaW Date: Sat, 22 Feb 2025 23:37:53 +0100 Subject: [PATCH] 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. --- src/strategy/triggers/ChatTriggerContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategy/triggers/ChatTriggerContext.h b/src/strategy/triggers/ChatTriggerContext.h index 950cacb3..2aef64b5 100644 --- a/src/strategy/triggers/ChatTriggerContext.h +++ b/src/strategy/triggers/ChatTriggerContext.h @@ -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;