summary refs log tree commit diff stats
path: root/src/common/xchat.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 12:38:01 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 12:38:01 +0200
commitb67b223c26ad4cc1784070b8d69e85623814e2d2 (patch)
tree5df4442ffefb94fed950b9d85b2220f89dc8317a /src/common/xchat.h
parent0ec02c13c7b17f2ad74a834f8b7b2d1ecc2d4630 (diff)
Add option to omit alerts when marked as being away
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r--src/common/xchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h
index e9e4f157..6f82ed76 100644
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -156,6 +156,7 @@ struct xchatprefs
 
 	int away_timeout;
 	int away_size_max;
+	int away_omit_alerts;
 
 	int gui_pane_left_size;
 	int gui_pane_right_size;