From a2010df53d45643db837c46210210f53ff4f8e31 Mon Sep 17 00:00:00 2001 From: pk910 Date: Thu, 21 Jul 2011 03:03:42 +0200 Subject: [PATCH] commented out AUTOHIDE check on LOC because of a ircu incompatibility (should be fixed, soon) --- src/proto-p10.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/proto-p10.c b/src/proto-p10.c index 00a5165..f807401 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -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; -- 2.20.1