]> jfr.im git - solanum.git/blobdiff - modules/m_whois.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_whois.c
index f06329cd1c8c85c10d999ef0ed5cc23053e0b259..65b169b0f2169bbca787b1426a6f56460c89d04e 100644 (file)
@@ -189,11 +189,7 @@ do_whois(struct Client *client_p, struct Client *source_p, int parc, const char
                nick++;
        }
 
-       if(MyClient(source_p))
-               target_p = find_named_person(nick);
-       else
-               target_p = find_person(nick);
-
+       target_p = find_named_person(nick);
        if(target_p != NULL)
        {
                if(operspy)