dev-laptop #1

Merged
vanten-s merged 6 commits from dev-laptop into main 2023-10-09 14:37:41 +02:00
Showing only changes of commit dedeacc003 - Show all commits

View file

@ -34,7 +34,7 @@ fn bytes_to_privmsg_base64(message: Vec<u8>, reciever: &str) -> String {
.encode(message)
.chars()
.collect::<Vec<char>>()
.chunks(50)
.chunks(500)
.map(|c| c.iter().collect::<String>())
{
command.push_str(&format!("PRIVMSG {reciever} :{line}\r\n"));