From 59ab16366418dbc04ed92358144bcbe5d894c8bf Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Mon, 26 Feb 2024 17:36:56 +0900 Subject: [PATCH 1/3] Updated plugins. --- plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins b/plugins index 2ee43ba..2d2833d 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 2ee43bab89d5331dd3f4234cb3845dca9e2f145c +Subproject commit 2d2833dc754413a73821f94bfafd5182e6a4a907 From 38ff6a9b0dbf2b91dbda9a45ac28420c7123cdd7 Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Mon, 26 Feb 2024 19:37:32 +0900 Subject: [PATCH 2/3] Update bot.py --- src/bot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bot.py b/src/bot.py index 8317786..7951be4 100644 --- a/src/bot.py +++ b/src/bot.py @@ -109,6 +109,9 @@ class Bot: async def action(self, target, msg): await self.ircsend(f'PRIVMSG {target} :\x01ACTION {msg}\x01') + async def notice(self, target, msg): + await self.ircsend(f'NOTICE {target} :{msg}') + def parse_message(self, message): parts = message.split() if not parts: From 0ad11dce511099ec3eb620085781e3b86159acc6 Mon Sep 17 00:00:00 2001 From: Yuuki Chan Date: Mon, 26 Feb 2024 19:38:50 +0900 Subject: [PATCH 3/3] Updated plugins. --- plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins b/plugins index 2d2833d..375668d 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit 2d2833dc754413a73821f94bfafd5182e6a4a907 +Subproject commit 375668d49010fdaaf1ff0df0e646704ab83a42be