Skip to content

Commit

Permalink
Remove assign duplicate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds authored Mar 19, 2024
1 parent c111bb3 commit 93b6e65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Sources/mechasqueak/Modules/BoardAssignCommands.swift
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,7 @@ class BoardAssignCommands: IRCBotModule {
))
try? rescue.save()
}

if duplicates.count > 0 {
command.message.reply(key: "board.assign.duplicates", fromCommand: command)
}

command.message.reply(key: format, fromCommand: command, map: [
"client": rescue.clientNick!,
"rats": names.map({
Expand Down

0 comments on commit 93b6e65

Please sign in to comment.