Variable: erc-server-257-functions

erc-server-257-functions is a variable defined in erc-backend.el.gz.

Value

erc-server-250

Documentation

Hook called upon receiving a 257 server response.

Each function is called with two arguments, the process associated with the response and the parsed response. If the function returns non-nil, stop processing the hook. Otherwise, continue.

See also ‘erc-server-250’.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-backend.el.gz
(define-erc-response-handler (250 251 255 256 257 258 259 265 266 377 378)
  "Generic display of server messages as notices.

See `erc-display-server-message'." nil
  (erc-display-server-message proc parsed))