···152152 const nick = source[0..bang];
153153154154 if (l == 0 and msg.time() != null and std.mem.eql(u8, lhs.user.nick, nick)) {
155155- log.debug("L!!", .{});
156155 l = msg.time().?.unixTimestamp();
157156 } else if (r == 0 and msg.time() != null and std.mem.eql(u8, rhs.user.nick, nick))
158157 r = msg.time().?.unixTimestamp();