summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-03-12 02:21:18 -0400
committerTingPing <tingping@tingping.se>2013-03-12 02:21:18 -0400
commitbf0fb9f3275ab245b4f8f32ed87b482000b78243 (patch)
tree0f9e1a05794109455b6baa15d73d5ade18b48411 /src/common/hexchat.c
parentc76dedd9b9f7a15deaac01783bab2f2da225ebd6 (diff)
Add away-notify support
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index 57e3fc86..a8e98c33 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -336,8 +336,8 @@ doover:
 		list = list->next;
 	}
 
-	/* done them all, reset done_away_check to FALSE and start over */
-	if (full)
+	/* done them all, reset done_away_check to FALSE and start over unless we have away-notify*/
+	if (full && !sess->server->have_awaynotify)
 	{
 		list = sess_list;
 		while (list)