From 53d1eea738f62f565d8e33edf153ba0a20593731 Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 5 Sep 2022 18:05:51 -0500 Subject: [PATCH] script: autosync.sh --- storage/bot/plugins/net_hydra_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/bot/plugins/net_hydra_plugin.py b/storage/bot/plugins/net_hydra_plugin.py index d1efbff..12edfe2 100644 --- a/storage/bot/plugins/net_hydra_plugin.py +++ b/storage/bot/plugins/net_hydra_plugin.py @@ -138,10 +138,10 @@ class Plugin: self.bot.part(target,reason) self.bot.privmsg("maple",f"parted {target} - {reason}".lower()) if dr1p.designation=="core": - msg=f"[maple:{dr1p.token}] - core - maple online - purpose: {dr1p.purpose}" + msg=f"[maple:{dr1p.token}] - core - maple online - test purpose: {dr1p.purpose}" self.bot.privmsg(dr1p.home,msg) else: - msg=f"[hydra:{dr1p.token}] - dupe - hydra online - purpose: {dr1p.purpose}" + msg=f"[hydra:{dr1p.token}] - dupe - hydra online - test purpose: {dr1p.purpose}" self.bot.privmsg(dr1p.home,msg) if kw['event']=='PART': if dr1p.designation=="core":