about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorlightb <lightb@bigfoot>2014-04-19 03:12:22 -0400
committerlightb <lightb@bigfoot>2014-04-19 03:12:22 -0400
commit3303376b4209a7f6005332bd113642ad68ca3c1e (patch)
tree6f6299a7de26d346491b335ba0d04c064fe6f0c3 /src
parente830e2a06a43b03377c9bb862b1843aec91cb366 (diff)
downloadprofani-tty-3303376b4209a7f6005332bd113642ad68ca3c1e.tar.gz
Added PREF_OTR_POLICY - should be default global policy and set to MANUAL
Diffstat (limited to 'src')
-rw-r--r--src/config/preferences.h3
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 {