@ -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())
}