From c0075e2fbef259268c56350126e85948daf79be1 Mon Sep 17 00:00:00 2001 From: cynic Date: Sun, 29 Oct 2023 16:32:28 -0400 Subject: [PATCH] swinging both ways --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 750945d..e72efda 100644 --- a/main.py +++ b/main.py @@ -28,7 +28,7 @@ class bird_inst(): message.manual(":"+msg.parameters[0], "PRIVMSG", [msg.prefix[1:].split("!")[0], ":\x01dorfl bot\x01"]).send(ctx.socket) if msg.command == "PRIVMSG" and ("py-ctcp" not in msg.prefix): pm = privmsg.parse(msg) - self.send_post(pm.fr.split("!")[0]+": "+pm.bod) + self.send_post("<"+pm.fr.split("!")[0]+"> "+pm.bod) threading.Thread(target=self.irc.run, kwargs={"event_handler": irc_handler}, daemon=True).start() def auth(self, name, passwd): h = {