Variable: erc--reject-unbreakable-lines
erc--reject-unbreakable-lines is a variable defined in
erc-backend.el.gz.
Value
nil
Documentation
Signal an error when a line exceeds erc-split-line-length.
Sending such lines and hoping for the best is no longer supported in ERC 5.6. This internal var exists as a possibly temporary escape hatch for inhibiting their transmission.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
;;;; Helper functions
(defvar erc--reject-unbreakable-lines nil
"Signal an error when a line exceeds `erc-split-line-length'.
Sending such lines and hoping for the best is no longer supported
in ERC 5.6. This internal var exists as a possibly temporary
escape hatch for inhibiting their transmission.")