this repo has no description
3
fork

Configure Feed

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

irc: continue when in reconnect loop

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

+1
+1
src/irc.zig
··· 558 558 std.time.sleep(delay); 559 559 delay = delay * 2; 560 560 if (delay > std.time.ns_per_min) delay = std.time.ns_per_min; 561 + continue; 561 562 }; 562 563 log.debug("connected", .{}); 563 564 self.status = .connected;