this repo has no description
3
fork

Configure Feed

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

typing: use break instead of return

+1 -1
+1 -1
src/irc.zig
··· 2340 2340 continue; 2341 2341 } 2342 2342 member.typing = 0; 2343 - return; 2343 + break; 2344 2344 } 2345 2345 } 2346 2346 },