Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 23 Apr 2001 19:09:05 +0000 (19:09 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 23 Apr 2001 19:09:05 +0000 (19:09 +0000)
Log message:

duh

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@435 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
ircd/m_whois.c

index 9f1f1b6cb45dc7b5083dae21eaeff0ddf0ee7a11..d143e43780b7f9c8d942a0ed4c67670c9813670f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2001-04-23  Kevin L. Mitchell  <klmitch@mit.edu>
 
        * ircd/m_whois.c (do_whois): pull-up of m_whois() fix
+       (do_whois): duh...
 
 2001-04-21  Kevin L. Mitchell  <klmitch@mit.edu>
 
index 5effb4ffef3ae8a7fa994b4b652de8ab42a3e13d..cbbe561d94952c1ed3eb3038b1beb71d0d3354d1 100644 (file)
@@ -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