Results 85 comments of John Goerzen

The simple answer is that ByteString didn't exist when ftphs was written. A patch would be welcome.

FWIW, this workaround dramatically decreases the impact of this: ``` (setq jgoerzen-tracking-timer nil) (defvar jgoerzen-tracking-fun) (defvar jgoerzen-tracking-args) (defun jgoerzen-weechat-window-configuration-change-timer () (apply jgoerzen-tracking-fun jgoerzen-tracking-args) ) (defun jgoerzen-weechat-window-configuration-change (orig-fun &rest args) (if...

@Half-Shot This tripped me up with OFTC. It, as well as many other networks, do not accept a Nickserv password in PASS. Both the guides at https://github.com/matrix-org/matrix-appservice-irc/wiki/Guide:-How-to-use-Matrix-to-participate-in-IRC-rooms and at https://github.com/matrix-org/matrix-appservice-irc/wiki/End-user-FAQ...

I am probably going to have to run my own OFTC IRC bridge via ZNC because of this. I join some channels that require registration, and every time either the...

https://github.com/wee-slack/wee-slack manages this and their approach may be instructive.