summaryrefslogtreecommitdiff
path: root/src/users.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.c')
-rw-r--r--src/users.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/users.c b/src/users.c
index cd89bf0db..9fca93865 100644
--- a/src/users.c
+++ b/src/users.c
@@ -593,12 +593,6 @@ User *do_nick(const char *source, char *nick, char *username, char *host,
if (LimitSessions && !add_session(nick, host))
return NULL;
- /* And finally, for proxy ;) */
-#ifdef USE_THREADS
- if (ProxyDetect && proxy_check(nick, host, ip)) {
- return NULL;
- }
-#endif
/* Allocate User structure and fill it in. */
user = new_user(nick);