an experimental irc client

irc: don't set last_read on submit

-2
-2
src/irc.zig
··· 289 289 try self.client.app.handleCommand(.{ .channel = self }, local); 290 290 } else { 291 291 try self.client.print("PRIVMSG {s} :{s}\r\n", .{ self.name, local }); 292 - // Set the last_read to now 293 - self.last_read = std.time.timestamp(); 294 292 } 295 293 ctx.redraw = true; 296 294 }