Variable: rcirc-connection-info

rcirc-connection-info is a buffer-local variable defined in rcirc.el.gz.

Documentation

Information about the current connection.

If defined, it is a list of this form (SERVER PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION SERVER-ALIAS). See rcirc-connect for more details on these variables.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar-local rcirc-connection-info nil
  "Information about the current connection.
If defined, it is a list of this form (SERVER PORT NICK USER-NAME
FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION SERVER-ALIAS).
See `rcirc-connect' for more details on these variables.")