Skip to content

Commit

Permalink
Update breakwater-core/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed May 31, 2024
1 parent b7923a6 commit 5fddd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breakwater-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ if cfg!(feature = "alpha") {
).as_bytes();

pub const ALT_HELP_TEXT: &[u8] = b"Stop spamming HELP!\n";
pub const CONNECTION_DENIED_TEXT: &[u8] = b"Connection denied as connection limit is reached";
pub const CONNECTION_DENIED_TEXT: &[u8] = b"Connection denied as connection limit is reached";

0 comments on commit 5fddd55

Please sign in to comment.