diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-11 18:36:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-11 18:36:06 +0200 |
commit | d975629686360821c020bb7304b7af1528a877f9 (patch) | |
tree | b021375ae20ae8dcffc9b18b86e3dc24ff538dc8 /src/plugins/plugin-config.h | |
parent | 8211dd6043557f445bf664507fe6daf22a5aa694 (diff) | |
download | weechat-d975629686360821c020bb7304b7af1528a877f9.zip |
Improved /set command, added /unset command, new name for config files (*.conf)
Diffstat (limited to 'src/plugins/plugin-config.h')
-rw-r--r-- | src/plugins/plugin-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugin-config.h b/src/plugins/plugin-config.h index 5ad2f3eeb..dac48cd95 100644 --- a/src/plugins/plugin-config.h +++ b/src/plugins/plugin-config.h @@ -20,7 +20,7 @@ #ifndef __WEECHAT_PLUGIN_CONFIG_H #define __WEECHAT_PLUGIN_CONFIG_H 1 -#define PLUGIN_CONFIG_FILENAME "plugins.rc" +#define PLUGIN_CONFIG_NAME "plugins" extern struct t_config_file *plugin_config; extern struct t_config_option *plugin_options; |