From f65eea62d65328e68dbc4c1995eac80dd23054a7 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Thu, 23 Nov 2023 12:27:21 -0600 Subject: [PATCH] Poetry Update --- commands.py | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commands.py b/commands.py index 780a0b6..f7fffff 100644 --- a/commands.py +++ b/commands.py @@ -157,7 +157,7 @@ def sudo(bot: bare.bot, chan: str, name: str, message: str) -> None: def nowplaying(bot: bare.bot, chan: str, name: str, message: str) -> None: - if name in bot.npallowed: + if name in bot.npallowed and not bot.current == "bridge": x02 = "\x02" bot.msg( f"f.sp {message.split(x02)[1]}", diff --git a/pyproject.toml b/pyproject.toml index 15eaf5e..62c3da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] -name = "Repl_IRC_Bot" -version = "0.1.0" -description = "A bot I made for irc chats" +name = "fire-ircbot" +version = "1.0.0" +description = "An ircbot" authors = ["Firepup Sixfifty "] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" apiclient = "^1.0.4" [tool.poetry.dev-dependencies]