Follow-up Comment #1, bug #37274 (project weechat):
I was able to determine by using the RAW log that Weechat was sending too many
chars when responding to SASL authentication. The offending line is 171 of
irc-procotol.c and reads:
answer = strdup ("++");
when it should read:
answer = strdup ("+");
I have submitted a patch to correct the issue.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?37274>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Weechat-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/weechat-dev