about summary refs log tree commit diff stats
path: root/src/config/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-11-07 23:04:12 +0000
committerJames Booth <boothj5@gmail.com>2013-11-07 23:04:12 +0000
commit2b0108e6cc21e0ac0da62b105e36b7842edda22d (patch)
treef1dd75b873af7a210df2e99c5c8fd479861785c4 /src/config/preferences.h
parent2fa8da493e6f5f0afb1fe703c00dcd4041d8410d (diff)
downloadprofani-tty-2b0108e6cc21e0ac0da62b105e36b7842edda22d.tar.gz
Allow "account" setting in [connection] to autconnect the account
closes #251
Diffstat (limited to 'src/config/preferences.h')
-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 cb1f9204..5affe002 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -56,7 +56,8 @@ typedef enum {
     PREF_GRLOG,
     PREF_AUTOAWAY_CHECK,
     PREF_AUTOAWAY_MODE,
-    PREF_AUTOAWAY_MESSAGE
+    PREF_AUTOAWAY_MESSAGE,
+    PREF_CONNECT_ACCOUNT
 } preference_t;
 
 void prefs_load(void);
5c7734070ef93fd3c1e2177748'>84965d6 ^
80e891a ^

a073d76 ^



84965d6 ^

a073d76 ^







84965d6 ^

a073d76 ^


6728a11 ^
a073d76 ^











e591221 ^



80e891a ^
a073d76 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92