diff options
author | lightb <lightb@bigfoot> | 2014-04-19 03:12:22 -0400 |
---|---|---|
committer | lightb <lightb@bigfoot> | 2014-04-19 03:12:22 -0400 |
commit | 3303376b4209a7f6005332bd113642ad68ca3c1e (patch) | |
tree | 6f6299a7de26d346491b335ba0d04c064fe6f0c3 /src/config | |
parent | e830e2a06a43b03377c9bb862b1843aec91cb366 (diff) | |
download | profani-tty-3303376b4209a7f6005332bd113642ad68ca3c1e.tar.gz |
Added PREF_OTR_POLICY - should be default global policy and set to MANUAL
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/preferences.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h index 310b9032..48748883 100644 --- a/src/config/preferences.h +++ b/src/config/preferences.h @@ -64,7 +64,8 @@ typedef enum { PREF_OTR_LOG, PREF_OTR_WARN, PREF_LOG_ROTATE, - PREF_LOG_SHARED + PREF_LOG_SHARED, + PREF_OTR_POLICY } preference_t; typedef struct prof_alias_t { |