Skip to content

Commit

Permalink
Make IRC no-attachment message slightly less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Nov 17, 2023
1 parent 0f148ce commit 65fe511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private fun CommandOutputSink.Irc.sendIllegalAttachmentMessage(fileName: String)

channel.sendMultiLineMessage(
"Well, I *would* send an attachment, and it *would* have been called \"$safeFileName\", " +
"but this is a lame forum that doesn't support attachments, so all you get is this message."
"but this is a forum that doesn't support attachments, so all you get is this message."
)
}

Expand Down

0 comments on commit 65fe511

Please sign in to comment.