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:
parent
fdd4847f71
commit
97143a0182
6 changed files with 40 additions and 67 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue