activated the new features
[srvx.git] / src / proto-p10.c
index 00a5165cceea34234be00b17dfe7720d030b4d65..4d5c4c9cbb206669b28ecdd44ea7276e2e7e7ac4 100644 (file)
@@ -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 = 0;
+    int useNewFakehost = 1;
      
     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);