From 23dea59c57eb4004083f26410124ec7129f9f34d Mon Sep 17 00:00:00 2001 From: homeofpoe Date: Wed, 1 Nov 2023 09:48:09 -0700 Subject: [PATCH] Update comms.py Added two f's to make proper fatrings --- evennia/commands/default/comms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/commands/default/comms.py b/evennia/commands/default/comms.py index 8a1762d784..67a86f1125 100644 --- a/evennia/commands/default/comms.py +++ b/evennia/commands/default/comms.py @@ -1275,7 +1275,7 @@ class CmdChannel(COMMAND_DEFAULT_CLASS): target = caller.search(target_str, candidates=banlists) if not target: - self.msg("Could not find a banned user '{target_str}' in given channel(s).") + self.msg(f"Could not find a banned user '{target_str}' in given channel(s).") return for chan in channels: @@ -1801,7 +1801,7 @@ class CmdRSS2Chan(COMMAND_DEFAULT_CLASS): # re-use existing bot bot = bot[0] if not bot.is_bot: - self.msg("Account '{botname}' already exists and is not a bot.") + self.msg(f"Account '{botname}' already exists and is not a bot.") return else: # create a new bot