diff options
Diffstat (limited to 'src/agent')
-rw-r--r-- | src/agent/weechat.cil | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/agent/weechat.cil b/src/agent/weechat.cil index dca6591..31901cf 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -44,8 +44,8 @@ ;; access config stuff (call .home.search_file_dirs (subj)) - (call .user.home.search_file_dirs (subj)) - (call .user.home.create_file_dirs (subj)) + (call .userhome.search_file_dirs (subj)) + (call .userhome.create_file_dirs (subj)) (call home.search_file_dirs (subj)) (call home.readwrite_file_files (subj)) |