Skip to content

Commit

Permalink
Whoever created flake can step on a lego
Browse files Browse the repository at this point in the history
  • Loading branch information
Spevacus committed Jun 18, 2024
1 parent 70b7cd7 commit e6ab09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,10 @@ def reject(msg, args, alias_used="reject"):
message_url = "https://chat.{}/transcript/{}?m={}".format(msg._client.host, msg.room.id, msg.id)
chat_user_profile_link = "https://chat.{}/users/{}".format(msg._client.host, msg.owner.id)
rejected_by_text = "[Rejected]({}) by [{}]({}) in {}.".format(message_url, msg.owner.name,
chat_user_profile_link, msg.room.name)
chat_user_profile_link, msg.room.name)
if self_reject:
rejected_by_text = "[Self-rejected]({}) by [{}]({}) in {}.".format(message_url, msg.owner.name,
chat_user_profile_link, msg.room.name)
chat_user_profile_link, msg.room.name)
reject_reason_text = " No rejection reason was provided.\n\n"
if reason:
reject_reason_text = " Reason: '{}'".format(reason)
Expand Down

0 comments on commit e6ab09b

Please sign in to comment.