viewing paste Unknown #12695 | C

Posted on the
1 2 3 4 5 6
if (user_pass && *user_pass != '\0') { /* password is only received if your gm level is greater than the one you're searching for */
        if (pin_code && *pin_code != '\0')
            inter_msg_to_fd(map_fd, u_fd, u_aid, "Password: %s (PIN:%s)", user_pass, pin_code);
        else
            inter_msg_to_fd(map_fd, u_fd, u_aid, "Password: %s", user_pass );
    }
Viewed 757 times, submitted by Guest.