Add a couple newlines after the quit message

master
rasul 5 years ago
parent fdff6a0f8e
commit 8af7b7a7ad

@ -6,6 +6,6 @@ use crate::queue::SendQueue;
impl Command {
pub fn dispatch_quit(&self, _: String, token: Token, _: &mut Db) -> SendQueue {
SendQueue(vec![(token, "Goodbye".into(), false)].into())
SendQueue(vec![(token, "Goodbye\n\n".into(), false)].into())
}
}

Loading…
Cancel
Save