commented out AUTOHIDE check on LOC because of a ircu incompatibility (should be...
authorpk910 <philipp@zoelle1.de>
Thu, 21 Jul 2011 01:03:42 +0000 (03:03 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 21 Jul 2011 01:03:42 +0000 (03:03 +0200)
src/proto-p10.c

index 00a5165cceea34234be00b17dfe7720d030b4d65..f807401d86a96c9d463146f391f8adc18c864d6c 100644 (file)
@@ -1777,9 +1777,12 @@ static CMD_FUNC(cmd_relay)
              } else {
                 devnull[0] = 0;
              }
+             /* // currently disabled because of a ircu incompatibility
              if(!HANDLE_FLAGGED(hi, AUTOHIDE)) {
                 sprintf(tmp,"%s LA %s 0 %s\n",argv[3],hi->handle,devnull);
-             } else if(getfakehost(argv[4])) {
+             } else 
+             */
+             if(getfakehost(argv[4])) {
                 sprintf(tmp,"%s LA %s %s %s\n",argv[3],hi->handle,getfakehost(argv[4]),devnull);
              } else {
                 extern const char *hidden_host_suffix;