Hey list, this is a new problem.  Can someone point me in the right direction 
in fixing this problem?

(ofound) Target found, others see:
You pout at $N, begging $M for some comfort.

where $N is the name of the victim,
and $M SHOULD be the sex of the victim.  but it just bugs out an does the 
following

Gocial: Atm pouts at Jealousy, begging herGocial: Atm pouts at
 Jealousy, begging %s for some comfort.

this is what i think the problems im not sure.


else if (buf[counter] == '$' && buf[counter + 1] == 'M')
        {
        buf[counter] = '%';
        buf[counter + 1] = 's';
        switch (victim->sex)
        {
        default:
            strcpy(buf2,buf);
            buf2[counter] = '\0';
            strcat(buf2,"it");
            for (count = 0; buf[count] != '\0'; count++)
            {
            buf[count] = buf[count+counter+2];
            }
            strcat(buf2,buf);
            strcpy(buf,buf2);
            break;
        case 1:
            strcpy(buf2,buf);
            buf2[counter] = '\0';
            strcat(buf2,"him");
            for (count = 0; buf[count] != '\0'; count++)
            {
            buf[count] = buf[count+counter+2];
            }
            strcat(buf2,buf);
            strcpy(buf,buf2);
            break;
        case 2:
            strcpy(buf2,buf);
            buf2[counter] = '\0';
            strcat(buf2,"her");
            for (count = 0; buf[count] != '\0'; count++);
            {
            buf[count] = buf[count+counter+2];
            }
            strcat(buf2,buf);
            strcpy(buf,buf2);
            break;
        }
        }


So what do you think list?   thanks for any help or advice 
Atm!


__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

Reply via email to