From d4880d57614d80d75e4b49521ee50d20be36497b Mon Sep 17 00:00:00 2001 From: Don Date: Thu, 23 Nov 2023 07:44:22 +0900 Subject: [PATCH] YAYA does not require `()` in if statements --- yaya_base/shiori3.dic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaya_base/shiori3.dic b/yaya_base/shiori3.dic index 49f0a43..55caf0c 100644 --- a/yaya_base/shiori3.dic +++ b/yaya_base/shiori3.dic @@ -1419,7 +1419,7 @@ FUNCTIONLOAD // 相手のCharsetに合わせる _i = 0 foreach var.lib.key; _key { - if (_key == 'Charset') { + if _key == 'Charset' { void CHARSETLIBEX(_argv[0], var.lib.value[_i]) break }