this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove log line

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>

-1
-1
src/irc.zig
··· 152 152 const nick = source[0..bang]; 153 153 154 154 if (l == 0 and msg.time() != null and std.mem.eql(u8, lhs.user.nick, nick)) { 155 - log.debug("L!!", .{}); 156 155 l = msg.time().?.unixTimestamp(); 157 156 } else if (r == 0 and msg.time() != null and std.mem.eql(u8, rhs.user.nick, nick)) 158 157 r = msg.time().?.unixTimestamp();