diff options
author | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 14:21:02 +0000 |
---|---|---|
committer | blacksirius <blacksirius@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-01 14:21:02 +0000 |
commit | 18ac48230ab17ee05ed4b717d858a20879f851f9 (patch) | |
tree | b30e993c0a14a09fe70586570a97ed7d2a90a21c /conf | |
parent | 673164238ca72b5d90c6ad0df00f509d339a0621 (diff) | |
download | hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.tar.gz hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.tar.bz2 hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.tar.xz hercules-18ac48230ab17ee05ed4b717d858a20879f851f9.zip |
removed the old obsolete Plugin system (commit 1/2)
- Removed @ Autoconf/make and CMake, VC Projects will be cleaned in a additional commit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16203 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/plugin_athena.conf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/conf/plugin_athena.conf b/conf/plugin_athena.conf deleted file mode 100644 index 38fa48d03..000000000 --- a/conf/plugin_athena.conf +++ /dev/null @@ -1,29 +0,0 @@ -// Athena Plugins Configuration file - -// Should we auto search for plugin files and load them? -// If set to 'yes' you will not need to set 'plugin:' commands -// in this conf file to load them -auto_search: no - -//------Plugins List ----------- - -// Just a sample plugin -//plugin: sample - -// GUI core plugin -//plugin: gui - -// Crash and Uptime reporting for CygWin/Linux -//plugin: sig - -// Crash reporting for Windows -//plugin: exchndl - -// Alternative, improved crash reporting for Windows -//plugin: dbghelpplug - -// Process id logging -//plugin: pid - -// Console parser -//plugin: console |