From cb1266c42450147d7e4143bfbfc0c85bd2c94fb8 Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Mon, 23 Apr 2001 19:09:05 +0000 Subject: [PATCH] Author: Kev Log message: duh git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@435 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 1 + ircd/m_whois.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9f1f1b6..d143e43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2001-04-23 Kevin L. Mitchell * ircd/m_whois.c (do_whois): pull-up of m_whois() fix + (do_whois): duh... 2001-04-21 Kevin L. Mitchell diff --git a/ircd/m_whois.c b/ircd/m_whois.c index 5effb4f..cbbe561 100644 --- a/ircd/m_whois.c +++ b/ircd/m_whois.c @@ -192,7 +192,7 @@ static void do_whois(struct Client* sptr, struct Client *acptr) } #ifdef HEAD_IN_SAND_WHOIS_SERVERNAME - if (!IsAnOper(sptr) || sptr == a2cptr) + if (!IsAnOper(sptr) || sptr != a2cptr) send_reply(sptr, RPL_WHOISSERVER, name, "*.undernet.org", "The Undernet Underworld"); else -- 2.20.1