Skip to content
Snippets Groups Projects
Commit 8bdbaa79 authored by rswindell's avatar rswindell
Browse files

Added beep when user disconnects.

parent fc9e0fbd
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ void __fastcall TMainForm::TimerTick(TObject *Sender)
Local->ReadOnly=false;
}
else if(!node.status || node.status>NODE_QUIET || node.action!=NODE_PCHT) {
Beep();
OutputDebugString("CHAT: User Disconnected\r\n");
MainForm->Caption=MainForm->Caption+" - Disconnected!";
Timer->Enabled=false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment