Function: rcirc-get-server-method

rcirc-get-server-method is a byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-get-server-method SERVER)

Documentation

Return authentication method for SERVER.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-get-server-method (server)
  "Return authentication method for SERVER."
  (cadr (assoc server rcirc-authinfo #'string-match)))