this repo has no description
3
fork

Configure Feed

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

sasl: use user for both fields

+1 -1
+1 -1
src/irc.zig
··· 2094 2094 const sasl = try std.fmt.bufPrint( 2095 2095 &buf, 2096 2096 "{s}\x00{s}\x00{s}", 2097 - .{ config.user, config.nick, config.password }, 2097 + .{ config.user, config.user, config.password }, 2098 2098 ); 2099 2099 2100 2100 // Create a buffer big enough for the base64 encoded string