Subj : msglist as loadable module To : Digital Man From : Nolageek Date : Thu Mar 05 2020 08:35 am I just updated the exec directory (.exe, .js) and ran 'jsexec update' and 'jsexec msglist -install', however I'm not seeing any new behavior when I list or read messages. I just have 'msglist' in the loadable modules configuration. I'm assuming it's due to the code used in my js shell, maybe it's not triggering the new loadable module? case 'L': bbs.list_msgs(); break; Is there another function that I should be using that will trigger the loadable module once it's installed? Right now it just uses the standard message list. nolageek .