this repo has no description
3
fork

Configure Feed

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

format: properly add hyperlinks when at end of line

+2 -1
+2 -1
src/irc.zig
··· 2611 2611 break; 2612 2612 }, 2613 2613 else => { 2614 - if (i == content.len) { 2614 + if (i == content.len - 1) { 2615 + start = i + 1; 2615 2616 try spans.append(.{ 2616 2617 .text = content[h_start..], 2617 2618 .style = .{