Skip to content

Commit

Permalink
darkirc/irc/server: restore comment to its former glory
Browse files Browse the repository at this point in the history
  • Loading branch information
skoupidi committed Jan 16, 2025
1 parent 569586b commit 1e8a11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/darkirc/src/irc/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ impl IrcServer {
};

// Now go through all 3 ciphertexts. We'll use intermediate buffers
// for decryption, if all passes, we will return a modified
// for decryption, iff all passes, we will return a modified
// (i.e. decrypted) privmsg, otherwise we return the original.
for (name, channel) in self.channels.read().await.iter() {
let Some(saltbox) = &channel.saltbox else { continue };
Expand Down

0 comments on commit 1e8a11f

Please sign in to comment.