Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. OtherUser->m_ui32BoolBits |= User::BIT_ERROR;
  2.  
  3. UdpDebug::m_Ptr->BroadcastFormat("[SYS] Detected clone of yourself, byebye! Nick %s (%s) - user closed. Please close the second DC++ client! ", OtherUser->m_sNick, OtherUser->m_sIP);
  4.  
  5. OtherUser->Close();
  6. return false;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement