summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 12:10:55 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 12:10:55 +0200
commitb563b934143034cb6a57c3ab674140f63014b1a3 (patch)
tree9d19cd53fe2ffeeab7abafac5c9f7819025515dd /src/common/proto-irc.c
parentcf8ea2649811bc9736e547eae8f74ecfdf5f6757 (diff)
Variable cleanup for dcc_*
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index c1ca8af3..02df18e0 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -471,7 +471,7 @@ process_numeric (session * sess, int n,
 			(strrchr(word[10], '@') != NULL))
 		{
 			serv->use_who = FALSE;
-			if (prefs.ip_from_server)
+			if (prefs.hex_dcc_ip_from_server)
 				inbound_foundip (sess, strrchr(word[10], '@')+1);
 		}