summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-06-20 12:06:01 +0200
committerGravatar Jeix <devnull@localhost> 2010-06-20 12:06:01 +0200
commit6c094f67680d8ebe6e19df8eb1bd556c6d3ba8b1 (patch)
treef5bba5abdff2a443e27590ca56b75c749555b614 /module
parentNew feature: FTP download support (diff)
downloadpyload-6c094f67680d8ebe6e19df8eb1bd556c6d3ba8b1.tar.xz
updated default config for new plugins
Diffstat (limited to 'module')
-rw-r--r--module/config/core_default.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/module/config/core_default.xml b/module/config/core_default.xml
index fe7a002df..a0d9ffbf2 100644
--- a/module/config/core_default.xml
+++ b/module/config/core_default.xml
@@ -19,6 +19,11 @@
<port type="int" name="Port">8001</port>
<template type="str" name="Template">default</template>
</webinterface>
+ <xdcc>
+ <nick name="Nickname" type="str">pyload</nick>
+ <ident name="Ident" type="str">pyloadident</ident>
+ <realname name="Realname" type="str">pyloadreal</realname>
+ </xdcc>
<log name="Log">
<file_log type="bool" name="File Log">True</file_log>
<log_folder type="str" name="Folder">Logs</log_folder>
@@ -113,7 +118,9 @@
module.plugins.hoster.ZippyshareCom,
module.plugins.hoster.ZshareNet,
module.plugins.hoster.SharenowNet,
- module.plugins.hoster.YourfilesTo,
+ module.plugins.hoster.YourfilesTo,
+ module.plugins.hoster.Xdcc,
+ module.plugins.hoster.Ftp,
</load_hoster_plugins>
<load_account_plugins>
module.plugins.accounts.RapidshareCom,