Overwriting problem with IRC botFound the problem. It was trying to copy the cUserNick (a char*) to playerName (also a char*) which ...
Overwriting problem with IRC botThanks for the suggestion. I tried using strcmp() instead of == and I still got the same error. I'll...
Overwriting problem with IRC botSo, I went back, rewrote some things with vectors to make it simpler, eliminated everything but the ...
Overwriting problem with IRC botRight, the problem is the overwrite thing. When I did my test, this is what happened: Before p...
Overwriting problem with IRC botThat still doesn't explain why this code doesn't work. Regardless if I store the player names as cha...
This user does not accept Private Messages