X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fproto-p10.c;h=4db33d8ae38f0d57ea39a45ecd34553bf499b582;hb=7b6a57048057974765e5d22cabf1d238dcaaea38;hp=4d5c4c9cbb206669b28ecdd44ea7276e2e7e7ac4;hpb=2f75f36974721070718b0f55f6c4957715cc651c;p=srvx.git 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);