diff options
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r-- | src/common/proto-irc.c | 2 |
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); } |