tangled
alpha
login
or
join now
rockorager.dev
/
comlink
2
fork
atom
an experimental irc client
2
fork
atom
overview
issues
pulls
pipelines
irc: don't set last_read on submit
rockorager.dev
1 year ago
fad1823f
2ff659a2
-2
1 changed file
expand all
collapse all
unified
split
src
irc.zig
-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
292
-
// Set the last_read to now
293
293
-
self.last_read = std.time.timestamp();
294
292
}
295
293
ctx.redraw = true;
296
294
}