Variable: erc-script-path
erc-script-path is a customizable variable defined in erc.el.gz.
Value
nil
Documentation
List of directories to look for a script in /load command.
The script is first searched in the current directory, then in each directory in the list.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-script-path nil
"List of directories to look for a script in /load command.
The script is first searched in the current directory, then in each
directory in the list."
:group 'erc-scripts
:type '(repeat directory))