1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Added PREF_OTR_POLICY - should be default global policy and set to MANUAL

This commit is contained in:
lightb 2014-04-19 03:12:22 -04:00
parent e830e2a06a
commit 3303376b42

View File

@ -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 {