From 3d5c934aa13d3aecb5bdba02ff7fc0227f0f1999 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 23 Oct 2023 17:24:15 -0500 Subject: [PATCH] Formatting --- ircbot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ircbot.py b/ircbot.py index 64c1382..df4d096 100644 --- a/ircbot.py +++ b/ircbot.py @@ -349,9 +349,10 @@ def main(): else: sendmsg("Access Denied", chan) elif np.search(message): - x02 = '\x02' + x02 = "\x02" sendmsg( - f"f.sp {message.split(':')[1].split('(')[0].strip(f' {x02}')}", chan + f"f.sp {message.split(':')[1].split('(')[0].strip(f' {x02}')}", + chan, ) elif message == "\x01VERSION\x01": notice(f"\x01VERSION FireBot {__version__}\x01", name)