From d3cfcdc6b0933813056e37ba4fc017a8ddf66e5f Mon Sep 17 00:00:00 2001 From: stskeeps Date: Fri, 25 Aug 2000 17:52:44 +0000 Subject: [PATCH] - Removed the ERR_NOTONCHANNEL message in numeric.c =P --- Changes | 1 + src/s_numeric.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 907c13ea7..481d7123d 100644 --- a/Changes +++ b/Changes @@ -579,3 +579,4 @@ - Added define PROPER_COREDUMP, will not launch s_segv when done and make proper coredumps - Fixed the G:line bugs, i hope - moved tkl_sweep into a loopstruct +- Removed the ERR_NOTONCHANNEL message =P diff --git a/src/s_numeric.c b/src/s_numeric.c index 544ab5fe1..4933993c3 100644 --- a/src/s_numeric.c +++ b/src/s_numeric.c @@ -66,13 +66,13 @@ int do_numeric(numeric, cptr, sptr, parc, parv) if (numeric < 100) numeric += 100; - if (numeric == ERR_NOTONCHANNEL) +/* if (numeric == ERR_NOTONCHANNEL) if (!MyClient(sptr) && IsServer(sptr)) { sendto_umode(UMODE_EYES, "Recieved ERR_NOTONCHANNEL from remote server %s. Possible desynch, contact UnrealIRCd Team (%s)", sptr->name, backupbuf); } - +*/ /* ** Prepare the parameter portion of the message into 'buffer'. ** (Because the buffer is twice as large as the message buffer @@ -128,7 +128,7 @@ int do_numeric(numeric, cptr, sptr, parc, parv) sendto_prefix_one(acptr, sptr, ":%s %d %s%s", parv[0], numeric, nick, buffer); } - else if ((acptr = find_server(nick, (aClient *)NULL))) + else if ((acptr = find_server_quick(nick))) { if (!IsMe(acptr) && acptr->from != cptr) sendto_prefix_one(acptr, sptr, ":%s %d %s%s",