X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Firc.cpp;h=ecdafaaceaf8e261fc16199fa345f7a2b63a2fcd;hb=b7970580fe39d1148a92de290abf6ca7e63bbfe6;hp=03bc607a9134c952673a8ae9802d76013ad17413;hpb=f8705e8bdeb66c966ba23e9705ca696ca427c80b;p=novacoin.git diff --git a/src/irc.cpp b/src/irc.cpp index 03bc607..ecdafaa 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -333,7 +333,7 @@ void ThreadIRCSeed2(void* parg) { // index 7 is limited to 16 characters // could get full length name at index 10, but would be different from join messages - strName = vWords[7].c_str(); + strName = vWords[7]; printf("IRC got who\n"); }