about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-03 23:02:52 +0000
committerJames Booth <boothj5@gmail.com>2016-02-03 23:02:52 +0000
commit72c1c496954c78a09d3fd293131f3aac83c0f58d (patch)
tree1c59ac229a4869e2fd5508f463e6cb7007380016 /src/config/preferences.h
parent003cdcf3fb712448ca2942a9b5513b3c068f11ae (diff)
downloadprofani-tty-72c1c496954c78a09d3fd293131f3aac83c0f58d.tar.gz
Added console.chat preference
Diffstat (limited to 'src/config/preferences.h')
-rw-r--r--src/config/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/preferences.h b/src/config/preferences.h
index ac79a076..4ca48df4 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -133,6 +133,7 @@ typedef enum {
     PREF_TLS_SHOW,
     PREF_LASTACTIVITY,
     PREF_CONSOLE_MUC,
+    PREF_CONSOLE_CHAT,
 } preference_t;
 
 typedef struct prof_alias_t {