← Back to team overview

linuxdcpp-team team mailing list archive

Re: [Question #124387]: Plugins/MOTD won't run

 

Question #124387 on ADCH++ changed:
https://answers.launchpad.net/adchpp/+question/124387

    Status: Open => Answered

poy proposed the following answer:
the plugin path doesn't point to where Lua scripts are, it points to where the plugin binaries are (like Bloom.so and Script.so).
yours should probably be:
<Plugins Path="/usr/lib/adchpp/">
then you should have a Script.xml file that contains the path to the Lua scripts:
<Engine language="lua" scriptPath="/usr/lib/adchpp/scripts">

-- 
You received this question notification because you are a member of
Dcplusplus-team, which is an answer contact for ADCH++.