CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Branch tags: u2_10_11_02
Commit time: 2002-10-09 08:44:02 UTC
Modified files:
Tag: u2_10_11_02
ircd/ircd_relay.c
Log message:
Author: Isomer <[EMAIL PROTECTED]>
Log message:
Don't comment TOO much out :)
---------------------- diff included ----------------------
Index: ircu2.10/ircd/ircd_relay.c
diff -u ircu2.10/ircd/ircd_relay.c:1.8.2.1.2.3 ircu2.10/ircd/ircd_relay.c:1.8.2.1.2.4
--- ircu2.10/ircd/ircd_relay.c:1.8.2.1.2.3 Wed Oct 9 01:14:47 2002
+++ ircu2.10/ircd/ircd_relay.c Wed Oct 9 01:43:51 2002
@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: ircd_relay.c,v 1.8.2.1.2.3 2002/10/09 08:14:47 isomer Exp $
+ * $Id: ircd_relay.c,v 1.8.2.1.2.4 2002/10/09 08:43:51 isomer Exp $
*/
#include "config.h"
@@ -159,15 +159,15 @@
assert(0 != text);
assert(0 != server);
-#if 0
if ((acptr = FindServer(server + 1)) == NULL
+#if 0
/* X doesn't say it's a service yet! */
|| !IsService(acptr)
+#endif
) {
send_reply(sptr, ERR_NOSUCHNICK, name);
return;
}
-#endif
/*
* NICK[%host]@server addressed? See if <server> is me first
*/
----------------------- End of diff -----------------------