remove the unban notice

This commit is contained in:
lemonsh 2022-07-22 15:49:57 +02:00
parent 02af2c7847
commit 89be1c366d

View file

@ -76,7 +76,6 @@ async fn main() -> anyhow::Result<()> {
let mode = Mode::Minus(ChannelMode::Ban, Some(format!("{}!*@*", user)));
client.send_mode(channel, &[mode])?;
client.send_privmsg(nick, "You're unbanned, welcome back!")?;
}
}
if !users.contains_key(nick) {