aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/hexchat.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/hexchat.profile')
-rw-r--r--etc/profile-a-l/hexchat.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/profile-a-l/hexchat.profile b/etc/profile-a-l/hexchat.profile
index 4c8911a06..86527aa1f 100644
--- a/etc/profile-a-l/hexchat.profile
+++ b/etc/profile-a-l/hexchat.profile
@@ -7,12 +7,14 @@ include hexchat.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/hexchat 9noblacklist ${HOME}/.config/hexchat
10noblacklist /usr/share/perl*
11 10
12# Allow python (blacklisted by disable-interpreters.inc) 11# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python2.inc 12include allow-python2.inc
14include allow-python3.inc 13include allow-python3.inc
15 14
15# Allow perl (blacklisted by disable-interpreters.inc)
16include allow-perl.inc
17
16include disable-common.inc 18include disable-common.inc
17include disable-devel.inc 19include disable-devel.inc
18include disable-exec.inc 20include disable-exec.inc