File: global

package info (click to toggle)
epic5 3.0.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,328 kB
  • sloc: ansic: 75,810; makefile: 648; ruby: 227; python: 215; sh: 78; perl: 13
file content (21 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if (word(2 $loadinfo()) != [pf]) { load -pf $word(1 $loadinfo()); return; };

#
# This is the default ircrc
# The basic setup for ircII
# Please make your installation changes in 'local'
#
# Note that this file is not loaded if you have your own ~/.epicrc!
#
package global;

load builtins;
load history;
load hold_mode;
load help;
load 2.8script;
load ambig;
load newnick;
load python;
#load find_ssl_root_certs;
if (which(local) != '') {load local};