mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update comms.py
Move around the f to outside of the string.
This commit is contained in:
parent
2cf69c89e6
commit
39752261a8
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ class CmdChannel(COMMAND_DEFAULT_CLASS):
|
|||
if message:
|
||||
channel.msg(message, senders=caller, bypass_mute=True)
|
||||
channel.delete()
|
||||
logger.log_sec("fChannel {channel_key} was deleted by {caller}")
|
||||
logger.log_sec(f"Channel {channel_key} was deleted by {caller}")
|
||||
|
||||
def set_lock(self, channel, lockstring):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue