From 7b6a57048057974765e5d22cabf1d238dcaaea38 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 24 Jul 2011 00:37:07 +0200 Subject: [PATCH] changed TOKEN of FFAKEHOST2 to NFH --- src/proto-p10.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proto-p10.c b/src/proto-p10.c index 4d5c4c9..4db33d8 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -126,7 +126,7 @@ #define TOK_EOB_ACK "EA" #define TOK_ERROR "Y" #define TOK_FAKEHOST "FA" -#define TOK_FAKEHOST2 "FA2" +#define TOK_FAKEHOST2 "NFH" #define TOK_GET "GET" #define TOK_GLINE "GL" #define TOK_HASH "HASH" @@ -508,7 +508,7 @@ irc_fakehost(struct userNode *user, const char *host, const char *ident, int for /* SRVX added the possibility for FAKE IDENTS * but this is currently *NOT* supported by our IRCu */ - int useNewFakehost = 1; + int useNewFakehost = 0; if(useNewFakehost) putsock("%s " P10_FAKEHOST2 " %s %s %s%s", self->numeric, user->numeric, ident, host, force ? " FORCE" : ""); else putsock("%s " P10_FAKEHOST " %s %s", self->numeric, user->numeric, host); -- 2.20.1