Centralize configuration: there is no more XML files for module, juste one bot configuration file, also containing module configuration; fixes #56

This commit is contained in:
nemunaire 2014-08-28 12:26:02 +02:00
commit 97143a0182
6 changed files with 40 additions and 67 deletions

View file

@ -10,19 +10,16 @@
</server>
-->
<load path="cmd_server" />
<!--
<module name="ddg">
<wfaapi key="YOUR-APIKEY" />
</module>
-->
<load path="alias" />
<load path="birthday" />
<load path="ycc" />
<load path="velib" />
<load path="watchWebsite" />
<load path="events" />
<load path="sleepytime" />
<load path="spell" />
<load path="syno" />
<load path="man" />
<load path="reddit" />
<load path="sap" />
<module name="cmd_server" />
<module name="alias" />
<module name="ycc" />
<module name="events" />
</nemubotconfig>