From 2ac64b05cbd02e50b963cdeb0674688bd91bfcbe Mon Sep 17 00:00:00 2001 From: Sebastian Valle Date: Sun, 29 Jul 2018 18:43:39 -0500 Subject: [PATCH] Added a lenny command to the canned yuzu responses. (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typing 'lenny' will cause it to reply ( ͡° ͜ʖ ͡°), likewise, typing '( ͡° ͜ʖ ͡°)' will cause it to reply 'lenny' --- src/responses/yuzu.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 04a4dc7..39de24b 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -14,7 +14,9 @@ "building": { "reply": "Please refer to our building guides.\nWindows: \nmacOS: \nLinux: "}, "unusedforum": { "reply": "This question might be more suitable for the *Citra* forum. "}, "contributing": { "reply": "Contributing to the project is the best way to help the project move forward. If you are a developer, please refer to: \nSwitch reference guides: \nSwitch homebrew applications for testing: \nWiki, dedicated to Switch research: \nYuzu contributing tips: "}, - "canary": { "reply": "The nightly build of Yuzu contains already reviewed and tested features. If you require support with the installation or use of Yuzu, or you want to report bugs you should use this version.\nThe Canary build of Yuzu is the same as our nightly builds, with additional features that are still waiting on review before making it into the official Yuzu builds. We will not provide support for issues found only in this version. If you believe you�ve found a bug, please retest on our nightly builds. Both versions are still in development, so expect crashes and bugs."} + "canary": { "reply": "The nightly build of Yuzu contains already reviewed and tested features. If you require support with the installation or use of Yuzu, or you want to report bugs you should use this version.\nThe Canary build of Yuzu is the same as our nightly builds, with additional features that are still waiting on review before making it into the official Yuzu builds. We will not provide support for issues found only in this version. If you believe you�ve found a bug, please retest on our nightly builds. Both versions are still in development, so expect crashes and bugs."}, + "lenny": { "reply": "( ͡° ͜ʖ ͡°)"}, + "( ͡° ͜ʖ ͡°)": { "reply": "lenny"} } } - \ No newline at end of file +