/usr/share/epic4/lice/lice.irc is in epic4-script-lice 1:4.2.5i-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # wrapper.irc
#
# Some scripts require things like being in a directory in your LOAD_PATH
# ~/.such as irc or similar locations. In order to accomidate these
# scripts, it may be necessary to load a wrapper script first. This wrapper
# will add a pair of directories to your path. For most scripts, changing
# the name of the first variable should do the trick.
SET LOAD_PATH ~/.epic:~/.irc:/etc/epic4:/usr/local/share/epic4/script:/usr/share/epic4/script:/usr/local/share/epic4/lice:/usr/share/epic4/lice:.
load lice-real.irc
|